summaryrefslogtreecommitdiffstats
path: root/system/encfs/README
blob: a39dc1e85651f4d7b1ad2f65a8a8619cade8ac11 (plain)
EncFS is a program which provides an encrypted virtual filesystem for Linux
using the FUSE kernel module. FUSE provides a loadable kernel module
which exports a filesystem interface to user-mode. EncFS runs entirely in
user-mode and acts as a transparent encrypted filesystem.

This requires rlog and boost.

Usage:
mount: encfs /path/to/encrypted_dir /path/to/mountpoint
umount: fusermount -u /path/to/mountpoint