php password_hash的密文长度最长能有多少?
程序员文章站
2022-06-16 20:53:50
...
其他一些hash函数如
md5
、sha1
等加密的最大长度是固定的,那么password_hash
函数加密的密文最大长能达到多少呢?
回复内容:
其他一些hash函数如md5
、sha1
等加密的最大长度是固定的,那么password_hash
函数加密的密文最大长能达到多少呢?
这个手册上不都说了么。。。
http://php.net/manual/en/function.password-hash.php