Functions | |
pbkdf2 ($password, $salt, $iterations, $keyLength, $algo= 'sha256') |
PBKDF2 Implementation (described in RFC 2898)
string | $password | Password |
string | $salt | Salt |
int | $iterations | iteration count (use 1000 or higher) |
int | $keyLength | derived key length |
string | $algo | (optional) hash algorithm, defaults to 'sha256' |