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