blob: 384e43e2b9b71b50de44928c1d2b56cfb8869d33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This is CFS, Matt Blaze's Cryptographic File System. It provides
transparent encryption and decryption of selected directory trees.
It is implemented as a user-level NFS server and thus does not
require any kernel modifications.
For an overview of how to use it, read "${PREFIX}/share/doc/cfs/notes.ms"
and the manual pages. There is a paper describing CFS at:
ftp://research.att.com/dist/mab/cfs.ps
Under FreeBSD, the mount command for the CFS tree must include
"-o port=3049,nfsv2".
John Polstra <jdp@polstra.com>
|