Forum Discussion

Seyed1's avatar
Seyed1
Copper Contributor
Sep 22, 2022
Solved

How to decrypt a column in SQL Server that had been encrypted in C#

Hi all, I have a requirement to decrypt a column in SQL server. Someone else has encrypted the column in C# and used the RijndaelManged class to do this. Is there a way, to decrypt the column in SQL...