Page 1 of 1

php OpenPGP email

Posted: Sat May 15, 2010 9:53 am
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

Re: php OpenPGP email

Posted: Sat May 15, 2010 9:21 pm
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.