linux poison RSS
linux poison Email

Data Encryption With JavaScript: jCryption

Normally if you submit a form and you don’t use SSL, your data will be sent in plain text.

In short words jCryption is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form.

jCryption uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery is used for the rest. jCryption is completly free and dual licensed under the MIT and GPL licenses like jQuery.

jCryption was tested with Internet Explorer 6 +, Mozilla Firefox 3+, Safari 3, Opera 9+, Google Chrome.

Features:
    * 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

Sample:
Just call jCryption on your form: $("#normal").jCryption();
Download jCryption - Here


1 comments:

JavaScriptBank.com said...

very cool & good tip, thank you very much for sharing.

Post a Comment

Related Posts with Thumbnails