• Share

jCryption – HTML-Form encryption plugin using jQuery

Free Website

jCryption is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form. It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest.

Resource: Sample | Tutorial

Related posts:

  1. jQuery Inline Form Labels
  2. Creating a Facebook-like Registration Form with jQuery
  3. Lite weight image/html carousel using jQuery
  4. WordPress: Featured plugin using MooTools
  5. Add magic preview to your form elements using jQuery

3 Responses to jCryption – HTML-Form encryption plugin using jQuery

  1. xdynx says:

    The big problem of jCryption is that it want to do everything himself : to get encryption keys, it must be with an ajax request and JSON result, it cannot be a user function. The same thing for encrypted result: some users may want to get the result without sending the form.

    That’s why a extremly modify the jCryption’s architecture in my project which is using it.

    However, jCryption is an extremly interresting library and can help everybody to secure some data.

  2. Pingback: Tweets that mention jCryption – HTML-Form encryption plugin using jQuery | ajaxdump -- Topsy.com

  3. Santscho says:

    Anybody knows how to send the form result as an unencrypted email? Tried to add this script at the end of main.php (Example 2). Uploaded on Serve but does not send an email. instead, the progress circle spins endless.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>