A simple PGP Mail Form Plugin. Enter your PGP public key, then visitors will be able to send you PGP encrypted messages by mail from a form.
With wp2pgpmail, your visitors can send you a PGP encrypted message very easily. A contact form will offer encryption for sending you confidental messages.
wp2pgpmail includes an OpenPGP Message Encryption System in Javascript, based on Herbert Hanewinkel’s work. Visitors enter a message in a form, encrypt it (with the PGP public key you entered in wp2pgpmail option settings), then an e-mail is sent to you (blog admin e-mail address). The message is encrypted locally on the visitor’s computer, so no data is transfered in clear !
Is it secure ?
All code is implememented in readable Javascript.
You can verify the source code.
No binaries are loaded from a server or used embedded.
No hidden transfer of plain text.
Supported languages :
English
French
German
Spanish
Estonian
Greek
Indonesian
Installation
Upload and extract the content of ‘wp2pgpmail.zip’ to the ‘/wp-content/plugins/’ directory
Activate the plugin through the ‘Plugins’ menu in WordPress
Paste your PGP public key in the option setting page of wp2pgpmail
Place the tag [wp2pgpmail] in the HTML code of the page you want to see the form
Enjoy!
FAQ
Where do I get a public PGP key and how do I uncrypt messages ?
wp2pgpmail is not available in my language. What can I do ?
You can translate wp2pgpmail in your language, then submit your translation, so everybody would can use it. To do it, we have a project hosted at Transifex where you can add the translation in your language. It’s simple, fast and effective. Or:
Open the wp2pgpmail POT file from wp2pgpmail/i18n/wp2pgpmail.pot
Go to File => Save as… to save your translations in a PO file (wp2pgpmail-fr_FR.po for example)
When you are finished translating, go to File => Save as… again to generate the MO file
Send us the PO and MO files to [email protected] : we will add them to the next release of the plugin
If you want to translate the Pro Edition, please contact us !
Changelog
1.28
Adding languages
1.27
Updating OpenPGP library to 4.10.7
1.26
Updating phpcaptcha Securimage to 3.6.7
1.25
Testing plugin for WordPress 5.0
1.24
Fixing OpenPGP key support
1.23
Updating links
1.22
Replacing $ by jQuery in the OpenPGP library
1.21
Improving script integration
1.20
Updating description
1.19
Testing plugin for WordPress 4.7
1.18
Fixing OpenPGP for Internet Explorer
1.17
OpenPGP key support
1.16
Captcha is now optional
IP Address Collect is now optional (Germany’s Telemedia Act defines IP addresses as personal data and prohibits the use of these IP addresses for the purpose of analyzing individual web traffic behavior)
1.15
Added Danish translation (user contributed)
1.14
Updated German translation (user contributed)
1.13
Fixing translation support
1.12
Improving WordPress compliance (user contributed)
1.11
Improving SSL support
1.10
Using wp_mail function instead of mail function (user contributed)
1.09
Added link to wp2pgpmail Support Team
1.08
bug fix : PGP public keys with a comment line inside were not recognized
1.07
Added Estonian translation (user contributed)
1.06
Added Spanish translation (user contributed)
1.05
Added German translation (user contributed)
1.04
Changing the tag to [wp2pgpmail] (using Shortcode API now)
1.03
Changing the tag to {wp2pgpmail}
Adding new fields to the form
Adding empty index files to protect all directories