sodium_crypto_pwhash_str_verify
(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_pwhash_str_verify — Verifies that a password matches a hash
说明
Checks that a password hash created using sodium_crypto_pwhash_str() matches a given plain-text password. Note that the parameters are in the opposite order to the same parameters in the similar password_verify() function.
参数
hash
-
一个由 password_hash() 创建的散列值。
password
-
用户的密码。
注释
注意:
Hashes are calculated using the Argon2ID algorithm, providing resistance to both GPU and side-channel attacks.
参见
- sodium_crypto_pwhash_str() - Get an ASCII-encoded hash
- password_hash() - 创建密码的散列(hash)
- password_verify() - 验证密码是否和散列值匹配
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.sodium-crypto-pwhash-str-verify.php