AES256decrypt and AES256encrypt (String functions): Difference between revisions

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

Revision as of 21:16, 10 March 2016

AES256 encryption or decryption (String class)

[Introduced in Model 204 7.6]


This page is under construction.

Syntax

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

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

Syntax terms

%outStringstring
string string
key string, length 32

Usage notes

Examples

See also