Encrypting string in javascript and decryption in java
问题 I would like to know if someone know any library to do encryption in javascript and decryption in java. I have already tried many API, But getting not not getting same values in java. I want public-private key encryption and hence try to use RSA. Few i have used are: http://www-cs-students.stanford.edu/~tjw/jsbn/ http://ats.oka.nu/titaniumcore/js/crypto/readme.txt http://www.ohdave.com/rsa/ Few thing i checked, javascript breaks string into small chunks and then encrypt them which make cipher