Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

encrypt in javascript and decrypt it in java

843811Apr 22 2008 — edited Apr 23 2008
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2008
Added on Apr 22 2008
2 comments
161 views