Core Function
View Source on Trac ↗ sodium_crypto_pwhash()
sodium_crypto_pwhash(
mixed $length,
mixed $passwd,
mixed $salt,
mixed $opslimit,
mixed $memlimit,
mixed $algo = null
) No description available.
Parameters 6 required
| Name / Type | Description |
|---|---|
| int | $length Required |
| string | $passwd Required |
| string | $salt Required |
| int | $opslimit Required |
| int | $memlimit Required |
| (int | | null) $algo Required |
Return Value
(string)
string
Function Information
Source File
wp-includes/sodium_compat/lib/php72compat.php
Advertisement