On Monday 03 of September 2012 05:07:12 [email protected] wrote: > The goal is to sign a message on a webserver. > > I clear signed a plain text file and double checked I can still verify > it. The resulting clear signed text has been put into a new file > surrounded by > > <pre> > -----BEGIN PGP SIGNED MESSAGE----- > ....... > -----END PGP SIGNATURE----- > </pre> > > and saved as file.html. When I open file.html with a browser, copy the > text into a text file and store it, I get a bad signature. > > What is the correct syntax for a website source to show a gpg signed > message?
do a binary diff (in linux: diff <(hexdump -C original.txt) <(hexdump -C copy-from-website.txt) I'd guess have a problem with line endings Regards, -- Hubert Kario QBS - Quality Business Software 02-656 Warszawa, ul. Ksawerów 30/85 tel. +48 (22) 646-61-51, 646-74-24 www.qbs.com.pl _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
