blob: 633631ffaaa22d15ff98a97c378cf9fd15a6e7ab (
plain) (
blame)
1
2
3
4
5
6
7
|
EncFS is an encrypted pass-through filesystem which runs in userspace,
using the FUSE kernel module. Similar in design to CFS and other
pass-through filesystems, all data is encrypted and stored in the
underlying filesystem. Unlike loopback filesystems, there is no
predetermined or pre-allocated filesystem size.
WWW: http://www.arg0.net/encfs
|