Use AES_DECRYPT in mysql with 3 parameters: ecn_str, key, and iv
I have some encrypted data in a MySQL table. AES algorithm in CBC mode with key and iv are used for encryption. I want to read this data using MySQL AES_Decrypt
function. For example, this is a sample of my code: