Gossamer Forum
Home : General : Perl Programming :

Perl CGI -> GPG e-mail

Quote Reply
Perl CGI -> GPG e-mail
I want to write a script that would enable customers to fill out a form with important data which would have to be sent to the server and then back to me through email or other mean but it would have to be encrypted. Any knowledge on how to encrypt my data on the server before sending them back to my PC???

Thank you
Quote Reply
Re: [voigt] Perl CGI -> GPG e-mail In reply to
GPG....you mean PGP right? Wink

Have you looked here?

http://www.pgp.com/
Quote Reply
Re: [Paul] Perl CGI -> GPG e-mail In reply to
Actually I meant GPG for GnuPG, that's the one I installed on my win XP, but I recently found out that GPG and PGP are heavily compatible and very similare so I turned my attention on PGP which is more spread out and found the module crypt::openPGP however I still haven't figurite out how to use it. Any Idea??? The thing is I just learn Perl last week so not quite performent yet.

Thank you
Quote Reply
Re: [voigt_99] Perl CGI -> GPG e-mail In reply to
Check out http://gnupg-interface.sourceforge.net/ . It's a perl interface for gpg.

I haven't tried it yet, I'm building something that needs it right now and came across your message before I found the other. Anyway, if you need help with it, send me a message and I'll see what I can do to help!

- sterling