[kanchilug] 1D1C - gpg-zip

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Sun, 14 Aug 2022 06:00:00 +0530

gpg-zip - encrypts or signs files into an archive. It is a gpg-ized  tar
               using the same format as PGP's PGP Zip.


To encrypt the contents of directory dirX for user ilugc to file fileY
$ gpg-zip --encrypt --output fileY --gpg-args  -r ilugc dirX

To list the contents of archive fileY
$ gpg-zip --list-archive fileY



regards,
T.Dhanasekar

Other related posts:

  • » [kanchilug] 1D1C - gpg-zip - Dhanasekar