Concept Framework 2.2 documentation Contents | Index

standard.lib.cripto.aes_decrypt

Name Version Deprecated
aes_decrypt version 1.0 no

Prototype:
string aes_decrypt(string data, string key)

Parameters:
data      the encrypted data
key      the key to use

Description:
Decrypts using the AES algorithm.

Returns:
Returns the decrypted data (if succeeded) or an empty string if the key was invalid.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications