summaryrefslogtreecommitdiffstats
path: root/crypto/cryptofs/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cryptofs/DETAILS')
-rwxr-xr-xcrypto/cryptofs/DETAILS11
1 files changed, 9 insertions, 2 deletions
diff --git a/crypto/cryptofs/DETAILS b/crypto/cryptofs/DETAILS
index ffbc6289ec..85d9d2fa21 100755
--- a/crypto/cryptofs/DETAILS
+++ b/crypto/cryptofs/DETAILS
@@ -10,7 +10,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="filesystem crypto"
SHORT="cryptofs is a encrypted filesystem for the Linux Userland FileSystem"
cat << EOF
-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. Like other LUFS filesystems it does not need root access or any complicated setup like creating a filesystem on a encrypted disk using the loop device.
+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. Like other LUFS filesystems it does
+not need root access or any complicated setup like creating a filesystem on
+a encrypted disk using the loop device.
-This package will create a shared library that can be used by LUFS's lufsd to mount a directory containing encrypted data to another directory.
+This package will create a shared library that can be used by LUFS's lufsd
+to mount a directory containing encrypted data to another directory.
EOF