Sunday, February 19, 2012

Column encryption

How to encrypt a column in a table (i.e. which might contain passwords)?"igor" <igor@.mail.gif.com> wrote in message
news:bk9mmf$spu$1@.sunce.iskon.hr...
> How to encrypt a column in a table (i.e. which might contain passwords)?

There's nothing in MSSQL itself, so you can implement your own solution or
look for a third-party solution. Handling it in your application layer is
probably the most obvious solution.

http://www.sqlsecurity.com/ (see the FAQ)

Simon

No comments:

Post a Comment