Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.cripto
.aes_decrypt
aes_decrypt
is available since version 1.0.
Prototype:
string aes_decrypt(string data, string key)
Parameters
data
the encrypted data
key
the key to use
Description:
Decrypts using the AES algorithm.
Return value:
Returns the decrypted data (if succeeded) or an empty string if the key was invalid.