ports/filesystems/securefs/pkg-descr
Po-Chuan Hsieh b9322d3c3c
filesystems/securefs: Update to 1.0.0
- Use complete arguments/options
- Take maintainership

Changes:	https://github.com/netheril96/securefs/releases
2025-02-03 23:50:47 +08:00

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.