LassoScript Utility
Basics Browse Detail

[Cipher_Digest]

Tag Link [Cipher_Digest] 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_Digest] calculates a digest for data using a specified cipher. Requires two parameters: the data to be encrypted and a -Digest parameter specifying the algorithm to use.

Syntax

[Cipher_Digest: 'Data', -Digest='MD5']

Parameters

Required Parameters
String The value to be encrypted.
-Digest The cipher algorithm to use.

Examples

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