posted 15 years ago
HeLLo Sir;-)
I am developing a web application in which login page has username and password to be entered by user, after clicking on submit button, the user password has to be encrypted in javascript and at server side it is received in servlet where i have to decryt it...
right now i have used hex_hmac_md5(key, userpass); to encrypt in javascript which uses a key also now the question is how to decrypt in sevlet...
Please provide me some help tutorials url's to solve it... as early as possible...
Thanks...