Quantcast
Channel: hashcat Forum - All Forums
Viewing all articles
Browse latest Browse all 7673

pbkdf2 php

$
0
0
I don't know which hash mode i should use,  seems it uses the php function hash_pbkdf2.
Here is my php code...
PHP Code:
public function hash_password($password)
{
return 
base64_encode(hash_pbkdf2('sha256'$password, \Config::get('auth.salt'), \Config::get('auth.iterations',10000), 32true));


Viewing all articles
Browse latest Browse all 7673

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>