Re: clearsign destroys files

2005-07-14 Thread Greg Sabino Mullane
-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

Re: clearsign destroys files

2005-07-14 Thread Werner Koch
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

clearsign destroys files

2005-07-14 Thread Tobias Roth
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