Changes

Jump to navigation Jump to search
73 bytes added ,  12:53, 11 October 2011
m
| valign='top' | '''Summary'''
|Encrypts the given input string.<br/>
<code>$encryption-type</code> must be <code>symmetric</code>, as asymmetric encryption is not supported so far.<b>Default is <code>symmetric</code></b>.<br/>
<code>$secret-key</code> is the secret key which is used for both encryption and decryption of input data. Its length is fixed and depends on the chosen algorithm: <code>8 bytes for DES</code>, <code>16 bytes for AES</code>.<br/>
<code>$cryptographic-algorithm</code> must either be <code>DES</code> or <code>AES</code>. Other algorithms are not supported so far, but, of course, can be added on demand.Default is <code>DES</code></b>.
|-
| valign='top' | '''Errors'''
administrator, Bureaucrats, editor, reviewer, Administrators
408

edits

Navigation menu