aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.41 - [decrypt] Built-In

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.


[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

Other built-ins used here:  [encrypt] ,  [local]  and  [v] 

Keyboard Navigation
, Previous Page . Next Page t TOC i Index

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7