Hash Type Question!
#1
hey guys i am new to hashing and hash password recovery but i am a fast learner and would love some help as i am still lost i have looked over the wiki and read and watch multiple tutorials,

but i still cant wrap around how to find out which hash is which, so i have given you guys the actual password generating PHP code to help me figure out which type of md5 it is that i should use in hashcat.


function generate_user_password(ElggUser $user, $password) {
return md5($password . $user->salt);
}


Thanks for all help guys! but i think its pass.user.salt hash but please let me know if i am wrong.


Messages In This Thread
Hash Type Question! - by hitmanace - 12-27-2013, 08:30 AM
RE: Hash Type Question! - by philsmd - 12-27-2013, 08:37 AM
RE: Hash Type Question! - by hitmanace - 12-28-2013, 03:08 AM