Forrest logo
back to context overview

gpg-zip

List of commands for gpg-zip:

  • gpg-zip:tldr:da221 gpg-zip: Encrypt a directory into `archive.gpg` using a passphrase.
    $ gpg-zip --symmetric --output ${archive-gpg} ${path-to-directory}
    try on your machine
    explain this command
  • gpg-zip:tldr:e3465 gpg-zip: Decrypt `archive.gpg` into a directory of the same name.
    $ gpg-zip --decrypt ${path-to-archive-gpg}
    try on your machine
    explain this command
  • gpg-zip:tldr:eafa6 gpg-zip: List the contents of the encrypted `archive.gpg`.
    $ gpg-zip --list-archive ${path-to-archive-gpg}
    try on your machine
    explain this command
back to context overview