LassoScript Utility
Basics Browse Detail

[Cipher_Encrypt]

Tag Link [Cipher_Encrypt] Category Encryption
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Cipher_Encrypt] encrypts data using a specified cipher. Requires three parameters: the data to be encrypted, a -Cipher parameter specifying the algorithm to use, and a required -Key parameter. Some algorithms also accept an optional -Seed parameter.

Syntax

[Cipher_Encrypt: 'Data', -Cipher='RC4', -Key='Key']

Parameters

Required Parameters
String The value to be encrypted.
-Cipher The cipher algorithm to use.
-Key The key for the cipher algorithm.
Optional Parameters
-Seed Optional seed value for some ciphers.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.