Examples (5)
Initialize an encrypted filesystem
gocryptfs -init path/to/cipher_directoryMount an encrypted filesystem
gocryptfs path/to/cipher_directory path/to/mount_pointMount with the explicit master key instead of password
gocryptfs --masterkey path/to/cipher_directory path/to/mount_pointChange the password
gocryptfs --passwd path/to/cipher_directoryMake an encrypted snapshot of a plain directory
gocryptfs --reverse path/to/plain_directory path/to/cipher_directorymade by @shridhargupta | data from tldr-pages