Mnemonic aid: decrypt for DECRYPT content
See also: [encrypt ]
Decrypts content from a hexadecimal block.
The mode=1 option tells [decrypt ] to use a more robust random number generator. Use of mode=1 is recommended. The mode option, if supplied, must be either 0 (the default) or 1, and must match the mode used in the corresponding [encrypt ] operation(s.)
In mode=0, the default, the seed=N option is a positive integer that affects the decryption decoding. The default is 1. In mode=1, the seed can be an integer or a string.
The salt=string option is a text string that affects the decryption decoding. The default is no salt.
The icount=N option is a positive integer that affects the decryption decoding. The default is 1.