sodium_crypto_pwhash_scryptsalsa208sha256_str_verify

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_pwhash_scryptsalsa208sha256_str_verifyパスワードが、有効なパスワード検証文字列かを調べる

説明

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

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

hash

password

戻り値

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top