summaryrefslogtreecommitdiffstats
path: root/crypto/encfs/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/encfs/DETAILS')
-rwxr-xr-xcrypto/encfs/DETAILS15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/encfs/DETAILS b/crypto/encfs/DETAILS
new file mode 100755
index 0000000000..f392595a37
--- /dev/null
+++ b/crypto/encfs/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=encfs
+ VERSION=1.2.4-1
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
+ SOURCE_URL[0]=http://arg0.net/users/vgough/download/$SOURCE
+ SOURCE_HASH=sha1:8aa3931b89a37f35d53755a6c7ba59907e8955de
+ WEB_SITE=http://arg0.net/users/vgough/encfs.html
+ ENTERED=20040209
+ UPDATED=20040209
+ LICENSE[0]=GPL
+ SHORT="encrypted filesystem in user-space"
+cat << EOF
+EncFS is an encrypted pass-through filesystem which runs in userspace on Linux (using the FUSE kernel module). Similarly to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, this does not have any predetermined filesystem size.
+EOF