MANPAGE: document that -scryptn also applies to -passwd
Closes https://github.com/rfjakob/gocryptfs/issues/646
This commit is contained in:
parent
a2b54cfccd
commit
ad2904f9ed
@ -157,14 +157,6 @@ mounted using gocryptfs v1.2 and higher. Default true.
|
|||||||
Reverse mode shows a read-only encrypted view of a plaintext
|
Reverse mode shows a read-only encrypted view of a plaintext
|
||||||
directory. Implies "-aessiv".
|
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
|
#### -xchacha
|
||||||
Use XChaCha20-Poly1305 file content encryption. This should be much faster
|
Use XChaCha20-Poly1305 file content encryption. This should be much faster
|
||||||
than AES-GCM on CPUs that lack AES acceleration.
|
than AES-GCM on CPUs that lack AES acceleration.
|
||||||
@ -569,6 +561,16 @@ Quiet - silence informational messages.
|
|||||||
|
|
||||||
Applies to: all actions.
|
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
|
#### -trace string
|
||||||
Write execution trace to file. View the trace using "go tool trace FILE".
|
Write execution trace to file. View the trace using "go tool trace FILE".
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user