웹 서버 구축
password hash (PASSWORD_BCRYPT)
공부운동
2021. 9. 25. 15:22
https://stanislas.blog/2019/04/comparing-bcrypt-hash-between-php-and-node-js/
How to compare a bcrypt hash between PHP and Node.js
Discover how to compare a bcrypt hash generated in PHP with password_hash(), using Node.js and the bcrypt module
stanislas.blog
http://docs.php.net/manual/kr/function.password-hash.php
PHP: password_hash - Manual
Since 2017, NIST recommends using a secret input when hashing memorized secrets such as passwords. By mixing in a secret input (commonly called a "pepper"), one prevents an attacker from brute-forcing the password hashes altogether, even if they have the h
docs.php.net