mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
015b3e36fa
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
10 lines
408 B
Text
10 lines
408 B
Text
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
|