easy way to confirm email validity

2007-05-24 Thread ptr
Hi, I'm looking at easy way for my email recipients to validate that email sent from me is actually from me. I was thinking about some web way, ie: they could copy and paste email body to verify it. Is there some secure provider of such service? Are there maybe better ways to do it? Thanx Peter

Re: easy way to confirm email validity

2007-05-24 Thread ptr
I cannot "force" my recipients to install any PGP software so I was thinking about creating signature verification form on my website. If someone wanted to check if the email is really from me, he/she could paste the signed email part on the form, then the server-side script would verify that. I'

Re: easy way to confirm email validity

2007-05-24 Thread ptr
, but also somehow spam/hack proof. E... Just one more question: What parameters are used to create the hash? well, apart the message itself and my private key. Thanks Peter Peter Todd wrote: > > On Thu, May 24, 2007 at 10:29:11AM -0700, ptr wrote: >> >> I cannot &

Re: easy way to confirm email validity

2007-05-25 Thread ptr
I'd like to thank you everyone for the valuable input. After considering all pros and cons of PGP based solutions I have decided that it will be easier to go X.509 certificate way with gateway-type installation, so all our email accounts are included. Regards, Peter -- View this message in con