This is a JavaScript HTML-Form encryption plugin
It encrypts the POST/GET-data that will be sent to the server when a user submits a form.
It encrypts the data on the client (JavaScript) with the public key algorithm of RSA and decrypts in on the server with PHP.
It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest.
Here are some key features of it :
* RSA form data encryption up to 2048 bit
* AjaxSubmit supported
* No SSL required
* Easy to install, use and extend
* Doesn¡ t block the browser on calculations
Requirements:
- JavaScript enabled on client side
- PHP 4, 5 or Higher
Download Here
License : OpenSource
Read More.......Here