From 6b3d1f39d58bc2010c1e152767c9d378189a3b9d Mon Sep 17 00:00:00 2001 From: Raffaele Mignone Date: Thu, 3 Oct 2019 18:50:55 +0200 Subject: [PATCH] cryfs: add page (#3295) --- pages/common/cryfs.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/cryfs.md diff --git a/pages/common/cryfs.md b/pages/common/cryfs.md new file mode 100644 index 0000000000..ca6521d635 --- /dev/null +++ b/pages/common/cryfs.md @@ -0,0 +1,20 @@ +# cryfs + +> A cryptographic filesystem for the cloud. +> More information: . + +- Mount an encrypted file system. The initialization wizard will be started on the first execution: + +`cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}` + +- Unmount an encrypted file system: + +`cryfs-unmount {{path/to/mount_point}}` + +- Automatically unmount after ten minutes of inactivity: + +`cryfs --unmount-idle {{10}} {{path/to/cipher_dir}} {{path/to/mount_point}}` + +- Show a list of supported ciphers: + +`cryfs --show-ciphers`