Files
ManagorandDylan 03eaa4c365 *: use "directory" instead of "dir" (#18082)
* batch

* Update pages/osx/sips.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

* Update pages/osx/sips.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

---------

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
2025-09-12 11:34:33 -07:00

21 lines
533 B
Markdown

# cryfs
> A cryptographic filesystem for the cloud.
> More information: <https://manned.org/cryfs>.
- Mount an encrypted filesystem. The initialization wizard will be started on the first execution:
`cryfs {{path/to/cipher_directory}} {{path/to/mount_point}}`
- Unmount an encrypted filesystem:
`cryfs-unmount {{path/to/mount_point}}`
- Automatically unmount after ten minutes of inactivity:
`cryfs --unmount-idle {{10}} {{path/to/cipher_directory}} {{path/to/mount_point}}`
- List supported ciphers:
`cryfs --show-ciphers`