DEA192CBCdecrypt and DEA192CBCencrypt (String functions): Difference between revisions

From m204wiki
Jump to navigation Jump to search
JAL (talk | contribs)
Created page with "{{Template:String:DEA192CBCdecrypt and DEA192CBCencrypt subtitle}} This page is under construction. ==Syntax== {{Template:String:DEA192CBCdecrypt syntax}} {{Template:Str..."
(No difference)

Revision as of 21:02, 10 March 2016

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