Hello all, I really find hard time with the below issue:
1. I have a tableA in SQL that has user id and pwd, which is used to login to the secured zone on a website.
2. I want to validate the pwd that i enter on the website with the one in the tableA, but the main concern here is that the pwd stored in SQL is saved in MD5 format.
Are anyone aware of how to validate a pwd that we enter on form with the MD5 encoded one in the data base?
Is there a way we do it in order to login...
Please help, your suggestions are highly appreciated...
Tanya