eCryptfs

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
eCryptfs
Original author(s) Michael Halcrow, IBM Linux Technology Center, Erez Zadok, Michael Halcrow
Initial release November 30, 2006; 17 years ago (2006-11-30)
Stable release 111 / May 2, 2016; 8 years ago (2016-05-02)
Development status Active
Written in C
Operating system Linux
Platform Linux kernel
Type filesystem, encryption
License GPL v2+
Website ecryptfs.org

eCryptfs (Enterprise Cryptographic Filesystem) is a package of disk encryption software for Linux. It is implemented as a POSIX-compliant[citation needed] filesystem-level encryption layer, aiming to offer functionality similar to that of GnuPG at the operating system level,[1]:{{{3}}} and has been part of the Linux kernel since version 2.6.19. The eCryptfs package has been included in Ubuntu since version 9.04 and is used to implement Ubuntu's encrypted home directory feature.[2]

eCryptfs is derived from Erez Zadok's Cryptfs.[3] 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.[1]

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 less characters for example for Asian utf-8 file names).

See also

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

External links