AES_DECRYPT
Decrypts a string produced by AES encryption.
Syntax
AES_DECRYPT(ciphertext varchar, key varchar) → varchar
ciphertext: The string to be decrypted.
key: The key to use to decrypt the ciphertext.
Examples
AES_DECRYPT example
Last updated