summaryrefslogtreecommitdiff
path: root/filesystems/fuse-cryptofs/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-cryptofs/DESCR')
-rw-r--r--filesystems/fuse-cryptofs/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/filesystems/fuse-cryptofs/DESCR b/filesystems/fuse-cryptofs/DESCR
new file mode 100644
index 00000000000..6abef6f7cce
--- /dev/null
+++ b/filesystems/fuse-cryptofs/DESCR
@@ -0,0 +1,8 @@
+CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE).
+
+CryptoFS will use a normal directory to store files encrypted. The
+mountpoint will contain the decrypted files. Every file stored in
+this mountpoint will be written encrypted (data and filename) to the
+directory that was mounted. If you unmount the directory the encrypted
+data can only be access by mounting the directory with the correct key
+again.