Syntax:
decrypt {string holder} using {key}
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKDecrypt.class
Runtime handler(s):
net.eclecity.linguist.basic.keyword.BasicHDecrypt.class
Function:
Performs decryption using the DES algorithm, replacing the contents of the string holder (e.g. buffer) with the decrypted version of its previous contents. The key must be a valid DES key; tools are available in Java to create these. See also encrypt.
Example(s):
decrypt Buffer using Key