LassoScript Utility
Basics Browse Detail

[Cipher_KeyLength]

Tag Link [Cipher_KeyLength] Category Encryption
Type Substitution Source Available No
Support Preferred Version 8.0.1
Change Unchanged Data Source Any
Output Type Integer Security Tag
Implementation Internal Sets Lasso 8.5, Lasso 8.0

Description

[Cipher_KeyLength] returns the required key length for a given cipher. The tag requires one parameter which specifies the cipher.

Syntax

[Cipher_KeyLength: 'Cipher Name']

[Iterate(Cipher_List, Var('Cipher'))]
[Var: 'Cipher']: [Cipher_KeyLength($Cipher)]<br />
[/iterate]

Parameters

Required Parameters
Cipher The name of the cipher to be inspected.

Change Notes

This tag was added in Lasso 8.0.1.

Examples

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