Looking for advice on how to implement encryption/secure document storage on servers.
Requirements:
Need to store/backup documents on a file server or NAS
Some are "personal" documents, not meant to be shared (HomeDir)
Some are "project" documents, meant to be shared with selected other users (Shared)
Prevent Server Operators/Admins from accessing/viewing any of the documents
Encryption/file protection should be as transparent as possible to the users
Assumptions:
Clients are all Windows XP
Users are non-technical, VIPs
<50 users total
Several servers will be involved (less=cheaper=better)
All users/computers are domain members
User already using EFS to protect documents on their laptops
Some users have multiple workstations/laptops
Option #1:
Use Microsoft EFS to protect the data on the servers, share a recovery key amongst all the users, so they can decrypt all the "shared" documents.
But...means we have to purchase multiple Windows Server licenses, rather than leveraging NAS.
Option #2:
PGP Disk or TrueCrypt or something, and store the encrypted volumes on the servers
But...what happens when two users need to work on the same project at the same time?
Other options/suggestions?
Requirements:
Need to store/backup documents on a file server or NAS
Some are "personal" documents, not meant to be shared (HomeDir)
Some are "project" documents, meant to be shared with selected other users (Shared)
Prevent Server Operators/Admins from accessing/viewing any of the documents
Encryption/file protection should be as transparent as possible to the users
Assumptions:
Clients are all Windows XP
Users are non-technical, VIPs
<50 users total
Several servers will be involved (less=cheaper=better)
All users/computers are domain members
User already using EFS to protect documents on their laptops
Some users have multiple workstations/laptops
Option #1:
Use Microsoft EFS to protect the data on the servers, share a recovery key amongst all the users, so they can decrypt all the "shared" documents.
But...means we have to purchase multiple Windows Server licenses, rather than leveraging NAS.
Option #2:
PGP Disk or TrueCrypt or something, and store the encrypted volumes on the servers
But...what happens when two users need to work on the same project at the same time?
Other options/suggestions?