Is there a way to encrypt/decrypt in SQL using your own defined Key and Initialization Vector. I have a stored procedure that uses an encrypted field and of course it doesnt return anything because I encrypted the value inside my web app before saving it to my database.
Any ideas/thoughts appreciated.
Any ideas/thoughts appreciated.
Comment