Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 decrypt tripple des inside of sql?

Author  Topic 

wooldawg
Starting Member

12 Posts

Posted - 2009-12-15 : 12:28:59
Hello all,

I have data in data base that was encrypted with an external .net application using tripple des.

I have a large number of records I am needing to decrypt. I have an external application that I can use to do them manually one at a time but this is very time consuming. I know what the key is and have the .net code. Is there a way I can decrypt this data in sql with a stored proc?
I am not a .net programmer so I don't know how write an app to to decrypt and write output to back to a DB. Which I know would be the best option. Thanks!
   

- Advertisement -