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 66 -----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.
- v1.4 Update OpenPGP.js to v0.7.1
- v1.3 Update OpenPGP.js to v0.6.0
- v1.2 Update OpenPGP.js to v0.5.1
- v1.1 Update OpenPGP.js to v0.3.2
- v1.0 First Release