|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
encrypt a field in a tableI 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 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 |
|||||||||||||||||||||||