blob: 2ed7f46382f269b86793ff8f6e30d7efcc03e780 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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.
Usage:
mount: encfs /path/to/encrypted_dir /path/to/mountpoint
umount: fusermount -u /path/to/mountpoint
|