DEA64CBCdecrypt (String function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
JALWiccan (talk | contribs)
Automatically generated page update
 
JDamon (talk | contribs)
m Added key length
Line 12: Line 12:
<td>string</td></tr>
<td>string</td></tr>
<tr><th>initVector</th>
<tr><th>initVector</th>
<td>string</td></tr>
<td>string, length 8</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:String:DEA64CBCdecrypt footer}}
{{Template:String:DEA64CBCdecrypt footer}}

Revision as of 19:16, 27 February 2015

DEA 64-bit key CBC decryption (String class)


This page is under construction.

Syntax

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

Syntax terms

%outStringstring
string string
key string
initVector string, length 8

Usage notes

Examples

See also