blob: 2c51cb7f7662dfd7d3b45df36d448c8fe86a3a80 (
plain) (
blame)
1
2
3
4
5
6
7
|
securefs is a filesystem in userspace (FUSE) with transparent encryption (when
writing) and decryption (when reading).
securefs mounts a regular directory onto a mount point. The mount point appears
as a regular filesystem, where one can read/write/create files, directories and
symbolic links. The underlying directory will be automatically updated to
contain the encrypted and authenticated contents.
|