AES256decrypt and AES256encrypt (String functions)
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
%outString | string |
---|---|
string | string |
key | string, length 32 |