=== wp2pgpmail === Contributors: belaich Donate link: http://wp2pgpmail.com Tags: pgp, mail, contact form Requires at least: 2.9.2 Tested up to: 3.0 Stable tag: 1.02 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. == Description == With wp2pgpmail, your visitors can send you a PGP encrypted message very easily. A contact form will offer encryption for sending you confidental messages. How does it work ? wp2pgpmail includes an OpenPGP Message Encryption System in Javascript, based on [Herbert Hanewinkel's work](http://www.haneWIN.de). 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. == Installation == 1. Upload and extract the content of 'wp2pgpmail.zip' to the '/wp-content/plugins/' directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Paste your PGP public key in the option setting page of wp2pgpmail 1. Place the tag **** in the HTML code of the page you want to see the form 1. Enjoy! == Frequently Asked Questions == = Where do I get a public PGP key and how do I uncrypt messages ? = The easiest way to use PGP is to install Mozilla Thunderbird with the [Enigmail extension](http://enigmail.mozdev.org/). = 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 : 1. Download and install [Poedit](http://www.poedit.net/) 1. Open the wp2pgpmail POT file from **wp2pgpmail/i18n/wp2pgpmail.pot** 1. Go to **File => Save as...** to save your translations in a PO file (*wp2pgpmail-fr_FR.po* for example) 1. When you are finished translating, go to **File => Save as...** again to generate the MO file 1. Send us the PO and MO files to translation@wp2pgpmail.com : we will add them to the next release of the plugin == Screenshots == Screenshots are available on the [wp2pgpmail plugin website](http://wp2pgpmail.com). == Changelog == = 1.02= Fixing bug with some themes = 1.01 = Initial import