AES128decrypt and AES128encrypt (String functions): Difference between revisions

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

Revision as of 21:08, 10 March 2016

AES128 encryption or decryption (String class)

[Introduced in Model 204 7.6]


This page is under construction.

Syntax

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

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

Syntax terms

%outStringstring
string string
key string, length 16

Usage notes

Examples

See also