Zirona OpenSource Consulting has created a plugin for WordPress that provides encryption capabilities to the contact form on your blog.
It is called Subrosa, and it is designed to work with all WordPress contact forms. I successfully set it up with Contact Form ][. To see what it looks like go to my About page.
The plugin uses public key cryptography to encrypt the message. To put it simply: The message is encrypted with your public key, which is stored on your web server. When you receive the message, your private key is used to decrypt the message. Only your private key can decrypt the message.

Post a Comment