我做了MD5密码哈希,但由于MD5 password Hash
是可以破解的,PHP中还有其他内置的密码哈希函数吗?
这很容易实现,不需要其他库。
提前非常感谢
答案 0 :(得分:0)
PHP 5.5内置了新的密码功能。
http://www.php.net/manual/en/function.password-hash.php
并验证您可以使用的密码。
http://www.php.net/manual/en/function.password-verify.php
如果您使用的是早于5.5的PHP版本,请考虑使用以下库。