当前位置:Gxlcms > PHP教程 > phppassword_hash的密文长度最长能有多少?

phppassword_hash的密文长度最长能有多少?

时间:2021-07-01 10:21:17 帮助过:21人阅读

其他一些hash函数如md5sha1等加密的最大长度是固定的,那么password_hash函数加密的密文最大长能达到多少呢?

回复内容:

其他一些hash函数如md5sha1等加密的最大长度是固定的,那么password_hash函数加密的密文最大长能达到多少呢?

这个手册上不都说了么。。。

http://php.com/manual/en/function.password-hash.php

人气教程排行