libgocryptfs/USAGE.txt

25 lines
610 B
Plaintext
Raw Normal View History

2015-11-02 08:53:14 +01:00
Usage: gocryptfs [OPTIONS] CIPHERDIR MOUNTPOINT
Options:
-cpuprofile string
Write cpu profile to specified file
-debug
Enable debug output
-f Stay in the foreground
-fusedebug
Enable fuse library debug output
-init
Initialize encrypted directory
-masterkey string
Mount with explicit master key
-openssl
Use OpenSSL instead of built-in Go crypto (default true)
-passwd
Change password
2015-11-03 00:06:04 +01:00
-plaintextnames
Do not encrypt file names - can only be used together with -init
2015-11-02 08:53:14 +01:00
-version
Print version and exit
-zerokey
Use all-zero dummy master key