encrypt in javascript and decrypt it in java
843811Apr 22 2008 — edited Apr 23 2008Hi all,
My application(intranet application is there on live) is the existing one and now client want the password need it to be encrypted if we dont encrypt the password the password which entered can be seen in the hard disk(my testers are using some tools to check) so to avoid this we concluded to do encryption on client side before submitting the form if we do the encryption well and good the password which is entered cannot be seen in the HDD we can see only encrypted now. So we need to encrypt it on client side and we need to decrypt it on server side or in the scriptlets of same jsp before hitting the ldap(client is not allowing us to change the ldap data regarding password).
Could you please help me its urgent.