blob: a56d2b30ebbac0ef23dfaca04f0e151689345697 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% Registration eCryptfs: An Enterprise-class Encrypted Filesystem for
% Linux
% Proposal Michael Austin Halcrow (linuxsymposium.org@halcrow.us)
eCryptfs is a cryptographic filesystem for Linux that
stacks on top of existing filesystems. It provides
functionality similar to that of GnuPG, only the
process of encrypting and decrypting the data is done
transparently from the perspective of the application.
eCryptfs leverages the recently introduced Linux kernel
keyring service, the kernel cryptographic API, the
Linux Pluggable Authentication Modules (PAM) framework,
OpenSSL, the Trusted Platform Module (TPM), and the
GnuPG keyring in order to make the process of key and
authentication token management seamless to the end
user.
|