I am working on a project which will provide a TCP/IP data stream which will be encrypted on arrival in SQL Server.
What would be a good way to decrypt the data stream in SQL Server ? I believe I could do it in C# or C++ with
ADO.net. The question is, is there a better way to do this in SQL Server ?
Randy
Randy Seedle