Lines 1-7
Link Here
|
1 |
CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) and |
1 |
CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) and |
2 |
the Linux Userland FileSystem (LUFS). Visit http://fuse.sourceforge.net/ |
2 |
the Linux Userland FileSystem (LUFS). Visit http://fuse.sourceforge.net/ |
3 |
for more information on FUSE or http://lufs.sourceforge.net/lufs/ for more |
3 |
for more information on FUSE, or http://lufs.sourceforge.net/lufs/ for |
4 |
information on LUFS. |
4 |
more information on LUFS. |
5 |
|
5 |
|
6 |
CryptoFS will use a normal directory to store files encrypted. The |
6 |
CryptoFS will use a normal directory to store files encrypted. The |
7 |
mountpoint will contain the decrypted files. Every file stored in this |
7 |
mountpoint will contain the decrypted files. Every file stored in this |
Lines 11-19
Link Here
|
11 |
FUSE/LUFS filesystems it does not need root access or any complicated setup |
11 |
FUSE/LUFS filesystems it does not need root access or any complicated setup |
12 |
like creating a filesystem on a encrypted disk using the loop device. |
12 |
like creating a filesystem on a encrypted disk using the loop device. |
13 |
|
13 |
|
14 |
CryptoFS can be build for FUSE and LUFS. When you build for FUSE you get a |
14 |
CryptoFS can be build for FUSE, and LUFS. When you build for FUSE you get |
15 |
program to mount the filesystem. For LUFS a shared library will be built |
15 |
a program to mount the filesystem. For LUFS a shared library will be built |
16 |
that can be used by LUFS's lufsd. Both methods can use the same encrypted |
16 |
that can be used by LUFS's lufsd. Both methods can use the same encrypted |
17 |
directory. |
17 |
directory. |
18 |
|
18 |
|
19 |
WWW: http://reboot78.re.funpic.de/cryptofs/ |
19 |
WWW: http://BSDforge.com/projects/sysutils/fusefs-cryptofs/ |