DEA192CBCdecrypt and DEA192CBCencrypt (String functions)

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

DEA192CBC encryption or decryption (String class)

[Introduced in Model 204 7.6]


This page is under construction.

Syntax

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

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

Syntax terms

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

Usage notes

Examples

See also