Links

« Back to blog

Data Encryption With JavaScript: jCryption

http://www.jcryption.org/

http://www.webresourcesdepot.com/data-encryption-with-javascript-jcryption/

Outlook

Normally, when a data is submitted, it is sent in plain text if no SSL is used.

jCryption is a jQuery plugin for encrypting POST/GET data submitted by forms.

It uses public-key algorithm of RSA for the encryption & has a PHP file for handling the decryption of data.

JavaScript Encyrption

Some features of jCryption:

    * encryption up to 2048 bit
    * AjaxSubmit supported
    * doesn’t block the browser on calculations

Posted August 10, 2009 by email