mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
- Use complete arguments/options - Take maintainership Changes: https://github.com/netheril96/securefs/releases
7 lines
404 B
Text
7 lines
404 B
Text
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.
|