KdfGuard.php
Table of Contents
Functions
- sodium_crypto_pwhash() : string
- Test-only namespace override that fails if invalid ciphertext reaches Argon2id.
Functions
sodium_crypto_pwhash()
Test-only namespace override that fails if invalid ciphertext reaches Argon2id.
sodium_crypto_pwhash(int $length, string $password, string $salt, int $opslimit, int $memlimit, int $algo) : string
Parameters
- $length : int
- $password : string
- $salt : string
- $opslimit : int
- $memlimit : int
- $algo : int