hashcat Forum

Full Version: it is possible?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a problems cracking my hashes according to the experts I have a md5 hashes and SHA256 hashes salted but, with unknown salts. Is it possible to bruteforce the salt to find out what is the salt if I know the plain text for some of my hashes?
yes, it is.
(05-02-2014, 11:07 PM)unix-ninja Wrote: [ -> ]yes, it is.

How!? I was thinking a dictionary atack for the salt value? or something like that
You need to understand how mirrored hashes work.

For example, you have a sha512($pass.$salt) algorithm, so in order to brute force the salt you'd need to use sha512($salt.$pass), and configure the pseudosalt as the password.