password « Database « JSP-Servlet Q&A





1. How can I do username,password validation at server side by contacting with Oracle database    stackoverflow.com

How can I do the username and password authentication(the username and the password is stored in the database then contact with the database to validate if the username and the password ...

2. if i store a password data from jsp to the database how to hide it from others seeing    coderanch.com

if i store a password data from jsp to the database how to hide it from others seeing the password in the database?i.e viewing my table they should not be able to look at my password? Should be encrypt or any method is there for this?? Well am sure u guys have understood this question? This was asked to me in ...