gpg-zip Command Examples

Encrypt files and directories in an archive using GPG. More information: https://www.gnupg.org/documentation/manuals/gnupg/gpg_002dzip.html.

gpg-zip --symmetric --output {{archive.gpg}} {{path/to/directory}}

gpg-zip --decrypt {{path/to/archive.gpg}}

gpg-zip --list-archive {{path/to/archive.gpg}}