Sodium
crypto_pwhash_str()
Хуков нет.
Возвращает
Строку
.
Использование
crypto_pwhash_str( $passwd, $opslimit, $memlimit );
- $passwd(строка) (обязательный)
- -
- $opslimit(int) (обязательный)
- -
- $memlimit(int) (обязательный)
- -
Заметки
Код crypto_pwhash_str() crypto pwhash str WP 6.0
function crypto_pwhash_str($passwd, $opslimit, $memlimit) { return ParagonIE_Sodium_Compat::crypto_pwhash_str($passwd, $opslimit, $memlimit); }