Userspace Encrypted File System
EncFS provides an encrypted file system, layered on top of a normal
directory tree and encrypts individual files which are stored in the
hosting directory tree.
This has several advantages over the loopback encryption which
provided by the Linux kernel: - No space is and has to be
reserved, encrypted files only take the space that they really
occupy
- Backups: encrypted files can be individually backed-up on the host
filesystem
- Layering: Since it's hosted on a normal filesystem, encfs can be
used on filesystems which normally have no support encryption,
like NFS or other userspace filesystems.
EncFS is implemented as a userspace filesystem in an unprivileged
application using fuse (FUSE (Filesystem in USErspace)).
- Developed at security
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/encfs && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
configure-fix.patch | 0000000673 673 Bytes | |
encfs-1.7.4.tar.bz2 | 0000669039 653 KB | |
encfs.changes | 0000005148 5.03 KB | |
encfs.spec | 0000002660 2.6 KB |
Revision 23 (latest revision is 41)
add libtool as buildrequires so we no longer rely on libtool in the project config of factory - it's only needed by <10% of all packages (forwarded request 85995 from coolo)
Comments 0