The plugin increases security of in case it has no SSL certificate, useful for owners of small sites.
When the form served by the plugin is submitted all data are being joined into string, then this string is being encrypted with AES algorythm by disposable key encrypred string will be sent..
browser encrypts the disposable key javascript by RSA public key and sends it to the server then the server decrypts it with RSA private key and then use it to decrypt the data with AES..
Translations included Ukrainian, Russian, German and Brazilian Portuguese..
Upload wp-jcryption zip using the wordpress plugin installation interface and activate the plugin.
On the very first activation 1024-bit RSA key pair will be generated and the list of forms the plugin is destinated for will be saved.
You may add other form IDs to this list on the plugin settings page Settings WP jCryption...
For number of years I found this plugin to be quite indispensable, since until recently I did not have access to SSL-encryption..
If ever I were to set up WordPress on server that lacked SSL again, WP jCryption Security would be the first plugin to install...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more