jCryption 2.0
10
Nov/114
Nov/114
Finally !
Version 2.0 is here with the long and often requested feature of Bi-Directional Communication with Server.
It also provides a simple way to encrypt/decrypt strings just with javascript.
Frederik Lassen provided me with the right hints and helped me implementing the new version (Thanks to you
)
Much credit also goes to Chris Veness for his nice AES implementation which jCryption uses now.
I hope you like the new version …
Every word is welcome … so long
Daniel

October 26th, 2012
Hello
Related to jCryption and using RSA may I see an entire required code for encrypting just one html element at the client side (a password), post the encrypted element (password) and decrypt it at the server.
July 17th, 2012
Hi there,
I m using 1.1 release.
I am facing a problem, i would like to discuss.
I want to use single keyPair so i stored that keypair in my database.
Every time i have used this ‘stored keypair’ for encryption and decryption. Everything was worked fine.But the only problem is when i restart my server, then i m unable to use the ‘stored keypair’ again.After restart it started giving me exception.
Is it related to session or something?
Thanks,
Ravi.
January 17th, 2012
Hi, I’m happy to see this great plugin! I’m now working on an in-house project that we’re willing to use jCryption to work with ASP.Net. However, I found that the .Net AES Provider needs the user to provide “Initial Vector” for creating the encryptor/decryptor instance. In order to make jCryption and ASP.Net (4.0) to work correctly, the Initial Vector should be identical, but we don’t anything related to the Initial Vector in jCryption API. Please kindly advise. We’re looking forward to hearing from you soon.
Thanks in advance & best regards,
William Choi
January 17th, 2012
Hello
Unfortunately I am not a encryption expert … I didn’t wrote the AES implementation by myself jCryption uses this implementation: http://www.movable-type.co.uk/scripts/aes.html
Hopefully this is any help for you.