Filesystem-level encryption: Difference between revisions

Content deleted Content added
See also: destub - now larger
Exceptions to encrypting meta data
Line 16:
 
One exception to this is the encryption support being added to the [[ZFS]] filesystem. Filesystem metadata such as filenames, ownership, ACLs, extended attributes are all stored encrypted on disk. The ZFS metadata relating to the storage pool is stored in [[plaintext]], so it is possible to determine how many filesystems (datasets) are available in the pool, including which ones are encrypted. The content of the stored files and directories remain encrypted.
 
Another exception is [[CryFS]] replacement for [[EncFS]].
 
==Cryptographic file systems==