Skip to content

Commit

Permalink
MANPAGE: document that -scryptn also applies to -passwd
Browse files Browse the repository at this point in the history
Closes #646
  • Loading branch information
rfjakob committed Mar 19, 2022
1 parent a2b54cf commit ad2904f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Documentation/MANPAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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".

Expand Down

0 comments on commit ad2904f

Please sign in to comment.