sodium_crypto_pwhash_str_verify

(PHP 7 >= 7.2.0)

sodium_crypto_pwhash_str_verifyVerifies that a password matches a hash

说锟斤拷

sodium_crypto_pwhash_str_verify ( string $hash , string $password ) : bool

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_hash() function.

锟斤拷锟斤拷

hash

一锟斤拷锟斤拷 password_hash() 锟斤拷锟斤拷锟斤拷散锟斤拷值锟斤拷

password

锟矫伙拷锟斤拷锟斤拷锟诫。

锟斤拷锟斤拷值

Returns TRUE if the password and hash match, or FALSE otherwise.

注锟斤拷

Note:

Hashes are calculated using the Argon2ID algorithm, providing resistance to both GPU and side-channel attacks.

锟轿硷拷