Syntax Syntax
Parameters Parameters
- $passwd
-
(Required)
- $hash
-
(Required)
Return Return
(bool)
Source Source
File: wp-includes/sodium_compat/lib/sodium_compat.php
function crypto_pwhash_str_verify($passwd, $hash) { return ParagonIE_Sodium_Compat::crypto_pwhash_str_verify($passwd, $hash); }