hash_pbkdf2($algo, $password, $salt, $iterations[, $length = 0[, $raw_output = FALSE]])
Parameters: |
|
---|---|
Returns: |
Password-derived key or FALSE on failure |
Return type: |
string |
For more information, please refer to the PHP manual for hash_pbkdf2().
Please login to continue.