密码散列函数


Password hash function

请,

我知道这可能不符合回答问题的要求,但我只想知道你对这个php password_hash()函数的看法。它有多安全?有什么瑕疵吗?我在这里读到了。

uk1.php.net/manual/en/function.password-hash.php

Password_hash使用bcrypt,因此这里有两种使用Password_hash()的方法:

http://codahale.com/how-to-safely-store-a-password/

http://www.unlimitednovelty.com/2012/03/dont-use-bcrypt.html

你可以根据自己的目的选择是否值得花时间。