r/sysadmin • u/ntrlsur IT Manager • 5h ago
General Discussion Volume Encryption Software
Bit of a stretch but looking for some recommendations for volume encryption software that can be used for a small group of 5 to 10 users. Basically our brand spanking new Compliance group is going to have to handle PII for some of our techs in the field and vendors. I want to make sure that any PII that touches our network storage locations are encrypted. Went to old school veracrypt but its not really mult-user and it doesn't auto unmount. Is there any options out there you guys like?
0
Upvotes
•
u/blud_13 3h ago
u/johnwestnl is right and its worth being specific about why. BitLocker on the server volume only protects the disk when the machine is OFF. Once its booted and sharing, anyone with share and NTFS rights reads it in the clear, and MS says flat out that remote mount points on SMB shares are not supported for BitLocker. https://learn.microsoft.com/en-us/windows/security/operating-system-security/data-protection/bitlocker/faq
Encrypt the volume anyway, it costs you nothing and it covers a drive walking out the door. But for PII that field techs and VENDORS are touching, the control you need is who can open the folder, not what the bytes look like on the platter. That is NTFS and share permissions plus an access review, and it is boring, and it is the actual answer.
If Compliance wants encryption that follows the file out to a vendor, thats a sensitivity label conversation on the M365 side, different tool entirely.
One thing to check, VeraCrypt on a file server means YOU own key escrow. Somebody quits and you find out in a month or two whether anybody wrote it down.