top of page
CerebroSQL

MySQL: 

AES_DECRYPT

Syntax:
AES_DECRYPT(crypt_str,key_str[,init_vector])

This function decrypts data using the official AES (Advanced Encryption
Standard) algorithm. For more information, see the description of
AES_ENCRYPT().

Statements that use AES_DECRYPT() are unsafe for statement-based
replication.

URL: https://dev.mysql.com/doc/refman/8.0/en/encryption-functions.html

Example

bottom of page