-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> gpg --clearsign -o signed.pdf original.pdf
> gpg --decrypt -o destroyed.pdf signed.pdf
You can't clearsign a binary directly, but you can clearsign a list
of binary checksums, if you don't want to create a whole bunch of
external files. I typicall
On Thu, 14 Jul 2005 12:48:58 +0200, Tobias Roth said:
> gpg --clearsign -o signed.pdf original.pdf
You can't clearsign binary data.
Shalom-Salam,
Werner
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/g
Hi
The following command sequence seems to destroy the pdf file:
gpg --clearsign -o signed.pdf original.pdf
gpg --decrypt -o destroyed.pdf signed.pdf
The new file is slightly smaller than the original one, the difference
seems to be some differences in linefeed/newline characters.
Adding --no-t