DEA128CBCdecrypt and DEA128CBCencrypt (String functions)

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

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