Encrypt the POST-GET Data when you Submit a Form: jCryption
Posted on August 9, 2009, Filled under JavaScript,
Bookmark it
jCryption is a JavaScript HTML-Form Encryption JQuery Plugin, which encrypts the POST/GET-Data that is sent when a form is submitted. For the calculation it uses the Multiple-precision and Barrett modular reduction libraries and JQuery. The data is encrypted on the client side (JavaScript) and decrypted on the server (PHP).

Features include:
- It is easy to install, use and extend
- RSA form data encryption up to 2048 bit
- AjaxSubmit supported
- no SSL required
- Does not block the browser on calculations
jCryption first serializes the form, converts the string into hexadecimal values which is required to encrypt it. When the keypair was generated on the server, the script receives it, encrypts the string with the public key and sends it to the sever where the string will be decrypted. When this is done you have your original serialized string back which is equal to a normal form submit (GET or POST).
- Tested in: Internet Explorer 6 +, Mozilla Firefox 3+, Safari 3, Opera 9+, Google Chrome
- Source: http://www.jcryption.org/
- Demo: http://www.jcryption.org/demo/
Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!
- August 9, 2009
- article by Gabriel C.
- Leave a reply!
Related Posts
How to use an image as a submit buttonat September 24, 2008 with 2 comments
PHP: Sanitize Data to Prevent SQL Injection Attacksat January 9, 2009 with 10 comments
How to Show the Total Delicious Bookmarks for a Postat September 7, 2009 with 6 comments
Submit your Website to the Most Popular CSS galleries: MeeCSSat July 26, 2009
How to Implement a jQuery AJAX Login Form into a Modal Boxat April 24, 2009 with 49 comments
