§ 4.41 - [decrypt] Built-InMnemonic 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. [decrypt (mode=1,)(seed=N,)(icount=N,)(salt=string,)content] [local z [encrypt simple usage]] [v z] [decrypt [v z]] [local x [encrypt breakat=64,seed=19,icount=5,salt=meddling manatee,this is a silly test]] [v x] [decrypt seed=19,icount=5,salt=meddling manatee,[v x]] 73696F7C5154D5B8 716F2D16 simple usage 223E677F9DAF2173BEF8CF11BEA206C444E0A575 this is a silly test
73696F7C5154D5B8
716F2D16
simple usage
223E677F9DAF2173BEF8CF11BEA206C444E0A575
this is a silly test
Keyboard Navigation
, Previous Page . Next Page t TOC i Index |