AES192decrypt and AES192encrypt (String functions): Difference between revisions

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

Revision as of 21:12, 10 March 2016

AES192 encryption or decryption (String class)

[Introduced in Model 204 7.6]


This page is under construction.

Syntax

%outString = string:AES192decrypt( key) Throws UnsupportedCrypto, InvalidCryptoKey, InvalidCryptoData

%outString = string:AES192encrypt( key) Throws UnsupportedCrypto, InvalidCryptoKey, InvalidCryptoData

Syntax terms

%outStringstring
string string
key string, length 24

Usage notes

Examples

See also