DEA64CBCdecrypt and DEA64CBCencrypt (String functions): Difference between revisions

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

Revision as of 20:48, 10 March 2016

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