Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

encrypt-to/secure.contactform.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secure.contactform.php

A secure contact form made with PHP based on OpenPGP.js a JavaScript implementation of the OpenPGP standard.

Instructions

Follow these instructions to get the form working:

  1. Open the send_form.php file and replace in line 11 [email protected] with the email address you wish to receive messages.
  2. Open the contact.html file and replace in line 90 -----BEGIN PGP PUBLIC KEY BLOCK----- with your public PGP key.
  3. Upload all files to a server with the PHP mail() extension installed to use.

Demo

Click here to see the secure contact form.

MIT License