I have table with: 1) Encrypted_ID varchar (256) 2) Initialization Vector(iv)varchar(256).
I would like to decrypt the column value using the key
I am using:
AES doesn't work with MySQL Workbench in my case. I have to use the mysql console.