Posts by Tiago • 1 point
1 post
-
-1
votes1
answer329
viewsQ: How to select and validate encrypted password in PHP
Hello, I would like to know the best way to select and verify the password hash(password) in a database and compare with the password entered by the user in a login form. Is it more appropriate to…