Decrypt column in SQL 2008
Posted
by Paul
on Server Fault
See other posts from Server Fault
or by Paul
Published on 2010-05-06T19:32:06Z
Indexed on
2010/05/06
19:38 UTC
Read the original article
Hit count: 392
I need to decrypt a column in a table that has previously been encrypted at application level.
The algorithm is DES at 192 bits and block size = 64.
I have the password but DecryptByPassPhrase doesn't seem to work.
© Server Fault or respective owner