top of page
CerebroSQL

AES_DECRYPT

База данных: MySQL

68747470733a2f2f7374796c65732e7265646469746d656469612e636f6d2f74355f32716d366b2f7374796c65

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