gpg clear signed message on website

Hubert Kario hka at qbs.com.pl
Mon Sep 3 15:39:00 CEST 2012


On Monday 03 of September 2012 05:07:12 anotst01 at fastmail.fm 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



More information about the Gnupg-users mailing list