- Moderator
- #1
I'm writing a routine that takes information from a web store and puts it into our accounting system.
One of the fields, however, is 3DES encrypted. I have the decryption key, but I'm a little stuck (as usual).
Is there a built-in function in SQL Server 2008 Pro that allows me to decrypt?
For example, something like:
DECRYPT([ColumnName],KEY=supersecretkey) AS DecryptedColumn
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
One of the fields, however, is 3DES encrypted. I have the decryption key, but I'm a little stuck (as usual).
Is there a built-in function in SQL Server 2008 Pro that allows me to decrypt?
For example, something like:
DECRYPT([ColumnName],KEY=supersecretkey) AS DecryptedColumn
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg