Disk level encryption

T

The Poster

G/Day forum,

I've been asked to find a disk level encryption software, that will be
installed on a Windows 2000 based file server, and basically encrypt credit
card data thats
stored on disk. In this case EFS isn't sufficient.

So far I've only looked at one product: NetLib Encryptionizer DE (
http://www.netlib.com/file-encryption.shtml ). Does anyone have any opinions
on this product? Alternatives?

Regards,
Steve.
 
M

Mike Epprecht \(SQL MVP\)

Hi

Ask the vendor if they support SQL Server on it.

Any reason why you want to encrypt the disk? If a user with the correct
permissions copies the DB off that disk, your data is open. Your backup is
open too.

Rather encrypt the data in the application before you save it into the DB.
Then only the application can get to it.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: (e-mail address removed)

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/
 
T

The Poster

Hi Mike,

The reason I want to encrypt the contents of the disk (remember its a file
server not a database server) is because its a requirement for the PCI
Credit Card security standard.

NetLib seem to lead the way when it comes to providing encryption software,
and they understand the security standard.

Regards,
Steve.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top