commands.sh

gocryptfs

all

Encrypted overlay filesystem written in Go.

More info →

Examples (5)

Initialize an encrypted filesystem

gocryptfs -init path/to/cipher_directory

Mount an encrypted filesystem

gocryptfs path/to/cipher_directory path/to/mount_point

Mount with the explicit master key instead of password

gocryptfs --masterkey path/to/cipher_directory path/to/mount_point

Change the password

gocryptfs --passwd path/to/cipher_directory

Make an encrypted snapshot of a plain directory

gocryptfs --reverse path/to/plain_directory path/to/cipher_directory
made by @shridhargupta | data from tldr-pages