Best way of encrypting password in web application
Hi,
Which is the best way of encrypting password and how to do validation during login.. I mean should be decrypt the password stored in database or encrypt the password entered by user and compare to the encrypted password saved in database?