> Adding this to GnuPG would be too hard. You better use an external
> program for compressing the data
> cat foo | bzip2 | gpg -z0 -e >foo.bz2.gpg
> gpg -d foo
Got it, thanks.
--
Karmanyaah Malhotra
https://karmanyaah.malhotra.cc/contact/
signature.asc
Description: OpenPGP digital sign
I'm wondering if it would be possibly to somehow use something like
(pbzip2)[https://www.archlinux.org/packages/community/x86_64/pbzip2/]
instead of just regular bzip2 when compressing files. I'm not sure if
this would work with how GnuPG is designed, but it would be nice if
compression could be mu