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
php OpenPGP email
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: php OpenPGP email
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.
But I'm not totally sure.