DEA64CBCencrypt (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Added key length and initVector length)
m (Corrected key length; should be 8)
 
Line 10: Line 10:
<td>string</td></tr>
<td>string</td></tr>
<tr><th>key</th>
<tr><th>key</th>
<td>string, length 24</td></tr>
<td>string, length 8</td></tr>
<tr><th>initVector</th>
<tr><th>initVector</th>
<td>string, length 8</td></tr>
<td>string, length 8</td></tr>

Latest revision as of 19:32, 27 February 2015

DEA 64-bit key CBC decryption (String class)


This page is under construction.

Syntax

%outString = string:DEA64CBCencrypt( key, initVector) Throws UnsupportedCrypto, InvalidCryptoKey, InvalidCryptoData, InvalidCryptoInitVector

Syntax terms

%outStringstring
string string
key string, length 8
initVector string, length 8

Usage notes

Examples

See also