Options (3)
-c, --symmetricbooleanEncrypt a directory into `archive.gpg` using a passphrase
Example:
gpg-zip {{[-c|--symmetric]}} {{[-o|--output]}} {{archive.gpg}} {{path/to/directory}}-o, --outputbooleanEncrypt a directory into `archive.gpg` using a passphrase
Example:
gpg-zip {{[-c|--symmetric]}} {{[-o|--output]}} {{archive.gpg}} {{path/to/directory}}-d, --decryptbooleanDecrypt `archive.gpg` into a directory of the same name
Example:
gpg-zip {{[-d|--decrypt]}} {{path/to/archive.gpg}}Examples (3)
Encrypt a directory into `archive.gpg` using a passphrase
gpg-zip [-c|--symmetric] [-o|--output] archive.gpg path/to/directoryDecrypt `archive.gpg` into a directory of the same name
gpg-zip [-d|--decrypt] path/to/archive.gpgList the contents of the encrypted `archive.gpg`
gpg-zip --list-archive path/to/archive.gpgmade by @shridhargupta | data from tldr-pages