From 912ef72cc8020b22f5a40c43eb70db8f1c7f2624 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 25 Mar 2017 19:54:50 +0100 Subject: [PATCH] MANPAGE: fix alphabetical order and expand scryptn explaination --- Documentation/MANPAGE.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index fe2d73f..1dbf4bc 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -181,6 +181,14 @@ Options: **-ro** : Mount the filesystem read-only +**-scryptn int** +: scrypt cost parameter expressed as scryptn=log2(N). Possible values are + 10 to 28, representing N=2^10 to N=2^28. + + Setting this to a lower + value speeds up mounting and reduces its memory needs, but makes + the password susceptible to brute-force attacks. The default is 16. + **-serialize_reads** : The kernel usually submits multiple concurrent reads to service userspace requests and kernel readahead. gocryptfs serves them @@ -199,11 +207,6 @@ Options: For more details visit https://github.com/rfjakob/gocryptfs/issues/92 . -**-scryptn int** -: scrypt cost parameter logN. Possible values: 10-28. Setting this to a lower - value speeds up mounting and reduces its memory needs, but makes - the password susceptible to brute-force attacks (default 16). - **-speed** : Run crypto speed test. Benchmark Go's built-in GCM against OpenSSL (if available). The library that will be selected on "-openssl=auto"