JavaScript HTML-Form encryption plugin - jCryption(dreamcss.com)
dreamcss.com
JavaScript HTML-Form encryption plugin - jCryption
http://www.dreamcss.com/2009/08/javascript-html-form-encryption-plugin.html
2 comments
A typical encryption/decryption protocol should use both RSA-1024 and AES-256 for which to complete implemented it is hard to avoid flaws. Besides, to generate a qualified RSA-1024 pair key (with blacklist) is very computational expensive. For common usage, such as password authentication, HMAC is robust enough. Still, any secure form submitting should be SSL-encrypted other than using a javascript library.