Decrypts the specified data with the provided key using the Advanced Encryption Standard (AES) algorithm. You must use the same key that you had used for encrypting the data in the aesEncryption function.
Syntax
util:aesDecryption(key, dataToDecrypt)
Return Value
The function returns a decrypted value.
Examples
The following example returns decrypted values for the data and the key passed as inputs in the function: