From 2050c7f3b3822a4a3329d4ba5b146d269ef05b4d Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 25 Sep 2016 15:05:09 +0200 Subject: reverse: add gcmsiv flag and associated tests --- Documentation/MANPAGE.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Documentation/MANPAGE.md') diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index bf696f1..5c31a92 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -58,6 +58,9 @@ to mount the gocryptfs filesytem without user interaction. **-fusedebug** : Enable fuse library debug output +**-gcmsiv** +: Use the GCM-SIV encryption mode (implied by -reverse) + **-init** : Initialize encrypted directory @@ -94,7 +97,7 @@ runs as root, you can enable device files by passing the opposite mount option, interesting. For a complete liste see the section `FILESYSTEM-INDEPENDENT MOUNT OPTIONS` in mount(8). -**-openssl bool** +**-openssl bool/"auto"** : Use OpenSSL instead of built-in Go crypto (default "auto"). Using built-in crypto is 4x slower unless your CPU has AES instructions and you are using Go 1.6+. In mode "auto", gocrypts chooses the faster @@ -109,6 +112,10 @@ option. **-q, -quiet** : Quiet - silence informational messages +**-reverse** +: Reverse mode shows a read-only encrypted view of a plaintext +directory + **-ro** : Mount the filesystem read-only -- cgit v1.2.3