A secure contact form made with PHP based on OpenPGP.js a JavaScript implementation of the OpenPGP standard.
Follow these instructions to get the form working:
- Open the send_form.php file and replace in line 11 [email protected] with the email address you wish to receive messages.
- Open the contact.html file and replace in line 90 -----BEGIN PGP PUBLIC KEY BLOCK----- with your public PGP key.
- Upload all files to a server with the PHP mail() extension installed to use.
Click here to see the secure contact form.