diff options
Diffstat (limited to 'system/cryptofs/README')
-rw-r--r-- | system/cryptofs/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/cryptofs/README b/system/cryptofs/README deleted file mode 100644 index 6f39857ed5..0000000000 --- a/system/cryptofs/README +++ /dev/null @@ -1,11 +0,0 @@ -CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) -and the Linux Userland FileSystem (LUFS). - -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 FUSE/LUFS filesystems it does not need root access -or any complicated setup like creating a filesystem on a encrypted disk -using the loop device. |