password_hash(要加密的密码,PASSWORD_DEFAULT);
string password_hash ( string $password
, int $algo
[, array $options
] )
创建密码的散列(hash)
bool password_verify ( string $password
, string $hash
)
验证密码是否和散列值匹配
Posted _zxd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了password_hash 与 password_verify相关的知识,希望对你有一定的参考价值。
password_hash(要加密的密码,PASSWORD_DEFAULT);
string password_hash ( string $password
, int $algo
[, array $options
] )
创建密码的散列(hash)
bool password_verify ( string $password
, string $hash
)
验证密码是否和散列值匹配
以上是关于password_hash 与 password_verify的主要内容,如果未能解决你的问题,请参考以下文章