cracking sha256 with a 2 digit salt
#4
If you didn't obtain the salts along with the hashes, then you'll need to crack the salts along with the hashes. This is trivial since the salt is only two digits. Basically you'd just use -m 1400 and ensure you are prepending digits to each attack you run.


Messages In This Thread
cracking sha256 with a 2 digit salt - by zophir - 06-07-2015, 01:35 AM
RE: cracking sha256 with a 2 digit salt - by epixoip - 06-07-2015, 02:40 AM