summaryrefslogtreecommitdiff
path: root/USAGE.txt
blob: 3e33074339fe98d11a2c5a06fddfed85b85edd00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
  -plaintextnames
    	Do not encrypt file names - can only be used together with -init
  -version
    	Print version and exit
  -zerokey
    	Use all-zero dummy master key