DEA64CBCencrypt (String function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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