PHP password_verify() does not work correctly?
2 مشاركة صفحة 1 من 1
PHP password_verify() does not work correctly?
Hey guys,I am hashing passwords from users on my website here(marked):
https://picload.org/view/dagglcdi/hash.png.html
the password_verify() function is used when the user wants to login himself(marked):
https://picload.org/view/dagglcal/verify.png.html
but the result of password_verify() is bool(false), why?
Re: PHP password_verify() does not work correctly?
I think the problem is with the column length you are using. According to PHP manual, it is recommended to store the result in a DB table that can expand beyond 60 characters. If that is not the problem, you might wanna hire a professional from here https://www.netguru.co/services to look into the matter.صفحة 1 من 1