简体   繁体   中英

Are there any open source filesystems for Windows that support encryption?

I know that NTFS supports encryption but otherwise is closed source. Likewise, I am aware of add-ins such as truecrypt but I am interested in encryption being built-in vs being bolted on.

No.

There's Bitlocker , but it's implementation is closed source. Everything else not manufactured by Microsoft will, by definition, be "bolted on". Microsoft doesn't provide any open source filesystems in their OSes, AFAIK.

Keep in mind that encryption is often not done at the filesystem level. It's done at the block level, where sectors are actually read/written to disk. This allows one to use any filesystem with the encryption, as the filesystem sits on top of the encryption layer.

Any specific use cases?

TrueCrypt supports full volume encryption , with a boot password. I have been unable to confirm this, but I believe that BitLocker also requires a password at boot. TrueCrypt is the only option I've been able to find, and it is relatively mature. Full disk encryption with TrueCrypt would be transparent - I'm not sure what you mean by "bolted-on", but I assume you mean not having to mount an encrypted volume each time you log in.

Edit: Unfortunately there is no version of FUSE for Windows. There are the Dokan libraries , but they're not widely used AFAIK.

You can check OS edition of our SolFS , which does what you need. Source code is available, although not free.

就个人而言,我使用TrueCrypt,但是PGP也非常好。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM