File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,13 @@ Options:
4141
4242** -diriv**
4343: Use per-directory file name IV (default true)
44+ This flag is useful when recovering old gocryptfs filesystems using
45+ "-masterkey". It is ignored (stays at the default) otherwise.
4446
4547** -emenames**
46- : Use EME filename encryption (default true). This option implies diriv.
48+ : Use EME filename encryption (default true), implies diriv.
49+ This flag is useful when recovering old gocryptfs filesystems using
50+ "-masterkey". It is ignored (stays at the default) otherwise.
4751
4852** -extpass string**
4953: Use an external program (like ssh-askpass) for the password prompt.
@@ -61,10 +65,17 @@ to mount the gocryptfs filesytem without user interaction.
6165: Use an 128-bit IV for GCM encryption instead of Go's default of
626696 bits (default true). This pushes back the birthday bound for IV
6367collisions far enough to make it irrelevant.
68+ This flag is useful when recovering old gocryptfs filesystems using
69+ "-masterkey". It is ignored (stays at the default) otherwise.
6470
6571** -init**
6672: Initialize encrypted directory
6773
74+ ** -longnames**
75+ : Store names longer than 176 bytes in extra files (default true)
76+ This flag is useful when recovering old gocryptfs filesystems using
77+ "-masterkey". It is ignored (stays at the default) otherwise.
78+
6879** -masterkey string**
6980: Mount with explicit master key specified on the command line. This
7081option can be used to mount a gocryptfs filesystem without a config file.
You can’t perform that action at this time.
0 commit comments