Home > Backend Development > PHP Tutorial > php password_hash的密文长度最长能有多少?

php password_hash的密文长度最长能有多少?

WBOY
Release: 2016-06-06 20:35:34
Original
2194 people have browsed it

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

回复内容:

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

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

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template