Forrest logo
back to context overview

gocryptfs

List of commands for gocryptfs:

  • gocryptfs:tldr:325d3 gocryptfs: Initialize an encrypted filesystem.
    $ gocryptfs -init ${path-to-cipher_dir}
    try on your machine
    explain this command
  • gocryptfs:tldr:887cf gocryptfs: Mount with the explicit master key instead of password.
    $ gocryptfs --masterkey ${path-to-cipher_dir} ${path-to-mount_point}
    try on your machine
    explain this command
  • gocryptfs:tldr:ae371 gocryptfs: Mount an encrypted filesystem.
    $ gocryptfs ${path-to-cipher_dir} ${path-to-mount_point}
    try on your machine
    explain this command
  • gocryptfs:tldr:df099 gocryptfs: Make an encrypted snapshot of a plain directory.
    $ gocryptfs --reverse ${path-to-plain_dir} ${path-to-cipher_dir}
    try on your machine
    explain this command
  • gocryptfs:tldr:f33da gocryptfs: Change the password.
    $ gocryptfs --passwd ${path-to-cipher_dir}
    try on your machine
    explain this command
back to context overview