diff options
author | Jakob Unterwurzacher | 2017-03-25 19:54:50 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-03-25 19:54:50 +0100 |
commit | 912ef72cc8020b22f5a40c43eb70db8f1c7f2624 (patch) | |
tree | ee97da969c6dcd9046d5fc4c8cc04d1fd929c9a6 | |
parent | c815554866f18770114a9bb0605e09f812c53010 (diff) |
MANPAGE: fix alphabetical order and expand scryptn explaination
-rw-r--r-- | Documentation/MANPAGE.md | 13 |
1 files 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" |