MANPAGE: document that -scryptn also applies to -passwd

Closes https://github.com/rfjakob/gocryptfs/issues/646
This commit is contained in:
Jakob Unterwurzacher 2022-03-19 15:18:39 +01:00
parent a2b54cfccd
commit ad2904f9ed
1 changed files with 10 additions and 8 deletions

View File

@ -157,14 +157,6 @@ mounted using gocryptfs v1.2 and higher. Default true.
Reverse mode shows a read-only encrypted view of a plaintext
directory. Implies "-aessiv".
#### -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.
#### -xchacha
Use XChaCha20-Poly1305 file content encryption. This should be much faster
than AES-GCM on CPUs that lack AES acceleration.
@ -569,6 +561,16 @@ Quiet - silence informational messages.
Applies to: all actions.
#### -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.
Applies to: `-init`, `-passwd`
#### -trace string
Write execution trace to file. View the trace using "go tool trace FILE".