File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -157,14 +157,6 @@ mounted using gocryptfs v1.2 and higher. Default true.
157157Reverse mode shows a read-only encrypted view of a plaintext
158158directory. Implies "-aessiv".
159159
160- #### -scryptn int
161- scrypt cost parameter expressed as scryptn=log2(N). Possible values are
162- 10 to 28, representing N=2^10 to N=2^28.
163-
164- Setting this to a lower
165- value speeds up mounting and reduces its memory needs, but makes
166- the password susceptible to brute-force attacks. The default is 16.
167-
168160#### -xchacha
169161Use XChaCha20-Poly1305 file content encryption. This should be much faster
170162than AES-GCM on CPUs that lack AES acceleration.
@@ -569,6 +561,16 @@ Quiet - silence informational messages.
569561
570562Applies to: all actions.
571563
564+ #### -scryptn int
565+ scrypt cost parameter expressed as scryptn=log2(N). Possible values are
566+ 10 to 28, representing N=2^10 to N=2^28.
567+
568+ Setting this to a lower
569+ value speeds up mounting and reduces its memory needs, but makes
570+ the password susceptible to brute-force attacks. The default is 16.
571+
572+ Applies to: ` -init ` , ` -passwd `
573+
572574#### -trace string
573575Write execution trace to file. View the trace using "go tool trace FILE".
574576
You can’t perform that action at this time.
0 commit comments