DEA128CBCdecrypt and DEA128CBCencrypt (String functions): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{Template:String:DEA128CBCdecrypt and DEA128CBCencrypt subtitle}} This page is under construction. ==Syntax== {{Template:String:DEA128CBCdecrypt syntax}} {{Template:Str...")
(No difference)

Revision as of 20:54, 10 March 2016

DEA128CBC encryption or decryption (String class)

[Introduced in Model 204 7.6]


This page is under construction.

Syntax

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

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

Syntax terms

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

Usage notes

Examples

See also