05-04-2014, 10:45 AM
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.
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.