09-30-2013, 07:31 PM
I have a few 1720 hashes for cracking.
1720 = sha512($salt.$pass)
1)
does that mean, I can create a text file as followed:
2)
If a hash has been decrypted, how can I store it in another file? but only the decrypted hashes, not all output of HC including status.
1720 = sha512($salt.$pass)
1)
does that mean, I can create a text file as followed:
Quote:$salt1.$pass1
$salt2.$pass2
$salt3.$pass3
etc.
2)
If a hash has been decrypted, how can I store it in another file? but only the decrypted hashes, not all output of HC including status.