密码加密 - MD5

时间:2014-02-04 20:00:14

标签: php md5

我做了MD5密码哈希,但由于MD5 password Hash是可以破解的,PHP中还有其他内置的密码哈希函数吗?

这很容易实现,不需要其他库。

提前非常感谢

1 个答案:

答案 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版本,请考虑使用以下库。

https://github.com/ircmaxell/password_compat