AES128decrypt and AES128encrypt (String functions)
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
%outString | string |
---|---|
string | string |
key | string, length 16 |