AES192decrypt and AES192encrypt (String functions)
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
%outString | string |
---|---|
string | string |
key | string, length 24 |