possible? yes.
feasable? yes and no...
1) encrypting traffic from the user's browser to your
server is extremely impractical.
2) encrypting information on the server with PGP
is a whole lot easier... there are a bunch of
PHP -> PGP interface packages i've seen around,
so do some searching and see what you pull up.
after a quuick search at PHP Classes, i found
this class that will encrypt text with PGP and
attach it to an email message... i'm sure that you
could rip out the pertinent portions of code
and use it for your own ends:
http://phpclasses.upperdesign.com/browse.html/package/39
> -----Original Message-----
> From: Pepe Lopez [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] PHP & PGP
>
> Hi there,
>
> I want to encrypt mails coming from my webform with pgp. Is it possible?
>
> regards,
> Lopez
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]