gpg-zip command examples
gpg-zip – Encrypt or sign files into an archive
Encrypt the contents of directory ‘mydocs’ for user Bob to file ‘test1’:
gpg-zip --encrypt --output test1 --gpg-args -r Bob mydocs
List the contents of archive ‘test1’:
gpg-zip --list-archive test1