18 Login with hashed passwords in PHP using password_verify

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Always wondered why there are so many systems getting owned because of logged auth-data in some public logs.
There is no reason to make the hash jump systems to get compared and it defies everything I learned as a student.
But this is the actual best practice in PHP.
WTF?

kurstc-hose
Автор

Where did you defined the variable $pw?

MrNotSelc
Автор

thank you so much, one of best tutorials i saw .

aj-nxhm
Автор

The same question where is the variable $pw, but the video is very good, very useful and helpful. Thank you very much.

MarcinA
Автор

Thank you, in hindsight I don't know why the official documentation was confusing me! 🤣

IonkoGueorguiev
Автор

what if my password_verify accepts all passwords, whether right or wrong?

TITANMARTIALCLUB
Автор

How to take someone's hashed password

thenamudhan