1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: encfs
Section: utils
Priority: optional
Maintainer: Eduard Bloch <blade@debian.org>
Build-Depends: debhelper (>= 10.2), libfuse-dev (>= 2.9), libssl-dev (>> 0.9.8), libtinyxml2-dev (>=11.0.0), dpkg-dev (>= 1.17), cmake (>> 2.8)
Standards-Version: 4.6.2.0
Homepage: https://vgough.github.io/encfs/
Vcs-Browser: https://salsa.debian.org/debian/encfs
Vcs-Git: https://salsa.debian.org/debian/encfs.git
Package: encfs
Architecture: linux-any kfreebsd-any
Depends: ${shlibs:Depends}, ${misc:Depends}, mount (>> 2.19.1), fuse [linux-any] | fuse4bsd [kfreebsd-any]
Description: encrypted virtual filesystem
EncFS integrates file system encryption into the Unix(TM) file system.
Encrypted data is stored within the native file system, thus no
fixed-size loopback image is required.
.
EncFS uses the FUSE kernel driver and library as a backend.
|