hashcat Forum

Full Version: 2 questions: store hashes in file and output if decrypted
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
First of all. Hashes aren't encrypted, they are hashed. Second, read --help or the wiki and you will find that -o is what you want.