Hi Frnds,
In database table, column level encryption is done for a column using AES_256 for existing data. Now From asp.net application I need to save and retrieve the existing/new column data.
How to use same algorithm and symmetric key used in SQL in application.
Please let me know how can be achieved.
Thanks,
Raj4MS