Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
eCryptfs
Disk encryption software

eCryptfs (enterprise cryptographic filesystem) is a package of disk encryption software for Linux. Its implementation is a POSIX-compliant filesystem-level encryption layer, aiming to offer functionality similar to that of GnuPG at the operating system level, and has been part of the Linux kernel since version 2.6.19.

We don't have any images related to eCryptfs yet.
We don't have any YouTube videos related to eCryptfs yet.
We don't have any PDF documents related to eCryptfs yet.
We don't have any Books related to eCryptfs yet.
We don't have any archived web articles related to eCryptfs yet.

Details

The eCryptfs package has been included in Ubuntu since version 9.04 to implement Ubuntu's encrypted home directory feature,3 but is now deprecated4

eCryptfs is derived from Erez Zadok's Cryptfs.5 It uses a variant of the OpenPGP file format for encrypted data, extended to allow random access, storing cryptographic metadata (including a per-file randomly generated session key) with each individual file.6

It also encrypts file and directory names which makes them internally longer (average one third). The reason is it needs to uuencode the encrypted names to eliminate unwanted characters in the resulting name. This lowers the maximum usable byte name length of the original file system entry depending on the used file system (this can lead to four times fewer characters for example for Asian utf-8 file names).

See also

References

  1. "About the project". 2012. Retrieved 2018-11-15. https://ecryptfs.org/about.html

  2. Halcrow, Michael Austin (2005). eCryptfs: An Enterprise-class Encrypted Filesystem for Linux (PDF). Proc. Linux Symposium. Vol. 1. Archived from the original (PDF) on 2008-09-16. Retrieved 2020-04-10. https://web.archive.org/web/20080916022422/http://www.linuxsymposium.org/2005/linuxsymposium_procv1.pdf

  3. Ian Nicholson (2014-11-24). "Ubuntu CommunityHelpWiki: EncryptedHome". Retrieved 2018-11-15. https://help.ubuntu.com/community/EncryptedHome

  4. Ian Nicholson (2014-11-24). "Ubuntu CommunityHelpWiki: EncryptedHome". Retrieved 2018-11-15. https://ubuntu.com/server/docs/security-ecryptfs

  5. "eCryptfs – Enterprise Cryptographic Filesystem". https://launchpad.net/ecryptfs/

  6. Halcrow, Michael Austin (2005). eCryptfs: An Enterprise-class Encrypted Filesystem for Linux (PDF). Proc. Linux Symposium. Vol. 1. Archived from the original (PDF) on 2008-09-16. Retrieved 2020-04-10. https://web.archive.org/web/20080916022422/http://www.linuxsymposium.org/2005/linuxsymposium_procv1.pdf