LassoScript Utility
Basics Browse Detail

[Cipher_List]

Tag Link [Cipher_List] 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_List] lists the encryption and digest algorithms that the [Ciper_Encrypt], [Cipher_Decrypt], and [Cipher_Digest] tags support. By default an array of cipher encryption algorithms is returned. An optional -Digest parameter returns a list of cipher digest algorithsm instead. Optional -SSL2 or -SSL3 parameters return only algorithms for the specified protocol.

Syntax

[Cipher_List]

[Cipher_List: -Digest]

Parameters

Optional Parameters
-Digest If specified then digest ciphers are returned.
-SSH2 If specified then SSH2 ciphers are returned.
-SSH3 If specified then SSH3 ciphers are returned.

Examples

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