Options for transparent data encryption on SQL 2005 and 2008 DBs.

Posted by Dan on Server Fault See other posts from Server Fault or by Dan
Published on 2010-04-30T13:51:01Z Indexed on 2010/04/30 13:58 UTC
Read the original article Hit count: 247

Recently, in Massachusetts a law was passed (rather silently) that data containing personally identifiable information, must be encrypted. PII is defined by the state, as containing the residents first and last name, in combination with either,

A. SSN

B. drivers license or ID card #

C. Debit or CC #

Due to the nature of the software we make, all of our clients use SQL as the backend. Typically servers will be running SQl2005 Standard or above, sometimes SQL 2008. Almost all client machines use SQL2005 Express. We use replication between client and server. Unfortunately, to get TDE you need to have SQL Enterprise on each machine, which is absolutely not an option. I'm looking for recommendations of products that will encrypt a DB. Right now, I'm not interested in whole disk encryption at all.

© Server Fault or respective owner

Related posts about sql-server-2005

Related posts about sql-server-2008