php OpenPGP email

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
vMan
Forum Newbie
Posts: 2
Joined: Sat May 15, 2010 9:48 am

php OpenPGP email

Post by vMan »

Hi, i want to set up a page where the user fills up a form and then encrypt the information using OpenPGP and sending it by email
anyone know of any good tutorials or references i can look in to ?

thanks
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: php OpenPGP email

Post by Jonah Bron »

Don't know specifically, but a bit of googling should give you plenty of info. I imagine that either, A, you find some PHP bindings, or B, write the data to be encrypted to a file, call the encryption program on it with shell_exec(), and then read from the file again and delete it.

But I'm not totally sure.
Post Reply