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.
Related posts:

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.
Pingback: Tweets that mention jCryption – HTML-Form encryption plugin using jQuery | ajaxdump -- Topsy.com
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.