DEA64CBCdecrypt and DEA64CBCencrypt (String functions)

From m204wiki
Revision as of 20:48, 10 March 2016 by JAL (talk | contribs) (Created page with "{{Template:String:DEA64CBCdecrypt and DEA64CBCencrypt subtitle}} This page is under construction. ==Syntax== {{Template:String:DEA64CBCdecrypt syntax}} {{Template:String...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DEA64CBC encryption or decryption (String class)

[Introduced in Model 204 7.6]


This page is under construction.

Syntax

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

%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