DivineOmega / password_exposed

🔒 Password Exposed Helper Function - Check if a password has been exposed in a data breach.
GNU Lesser General Public License v3.0
213 stars 34 forks source link

Update PasswordExposedChecker.php #7

Closed paragonie-scott closed 6 years ago

paragonie-scott commented 6 years ago

https://www.whitehatsec.com/blog/magic-hashes/

DivineOmega commented 6 years ago

I wasn't aware of hash_equals until now. Thank you! :)

paragonie-scott commented 6 years ago

Happy to help. :)

If you're interested, I wrote a blog post last year about doing cryptography in PHP safely: https://paragonie.com/blog/2017/02/cryptographically-secure-php-development

DivineOmega commented 6 years ago

Thanks!