[Cipher_KeyLength] returns the required key length for a given cipher.
The method requires one parameter which specifies the cipher.
Cipher_KeyLength('Cipher Name')
iterate(Cipher_List, local(cipher)) => {^
#cipher + ': ' + Cipher_KeyLength(#cipher) + '\r'
^}
with cipher in Cipher_List do => {^ #cipher + ': ' + Cipher_KeyLength(#cipher) + '\r' ^}
No examples found
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments