Check out the new USENIX Web site. next up previous
Next: CryptFS Up: Related Work Previous: Related Work

Cryptographic File System

Matt Blaze's Cryptographic File System (CFS)[2] is probably the most widely used secure filesystem and it is the closest to TCFS in terms of architecture. CFS encrypts the data before it passes across untrusted components, and decrypts it upon entering trusted components. CFS users create directories associated with keys and each file created in a protected directory is automatically encrypted.

CFS simulates a remote NFS server which exports on demand encrypted directories. All operations performed in clear by the user on a protected resource are mapped by CFS to the source directory (created by cmkdir) encrypted. During (and after) the user session, an intruder could not obtain clear data from the source directory.

CFS, that was the primary motivation of the work presented in this paper, presents the following characteristics.


next up previous
Next: CryptFS Up: Related Work Previous: Related Work
The TCFS Team
2001-04-27