hi ..
i have a j2ee web application..I have an authentication jsp page where i am checking whether user is giving correct username and password..password is not displayed in browser ..when i am trying to run my project in appscan tool .. i have an error like unencrypted login request how can i solve this error...
server side i have used md5 algorithm to encrypted the password but how can i encrypt username and password in client side...

If I have to do something in client side page then please give me some idea, how can I solve this error?