Home All Groups Group Topic Archive Search About

encrypt a field in a table

Author
7 Sep 2006 3:37 PM
harry
I need to encrypt a field that contains confidential information, but I also
need to decrypt that field later. This must be reasonably strong, not just a
rotate or simple addition.

Thanks,
_harry

Author
7 Sep 2006 4:16 PM
Anith Sen
Which version of SQL Server are you using? In SQL 2005, you can use the
built-in encryption mechanisms using master keys & certificates. In SQL
2000, you'll have to write up your own encrytion routines. Check out
www.sqlsecurity.com for some pointers.

--
Anith

AddThis Social Bookmark Button