2 questions: store hashes in file and output if decrypted
#1
I have a few 1720 hashes for cracking.
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.


Messages In This Thread
2 questions: store hashes in file and output if decrypted - by r0tati0n - 09-30-2013, 07:31 PM