hashcat Forum
2 questions: store hashes in file and output if decrypted - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: 2 questions: store hashes in file and output if decrypted (/thread-2668.html)



2 questions: store hashes in file and output if decrypted - r0tati0n - 09-30-2013

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.


RE: 2 questions: store hashes in file and output if decrypted - radix - 09-30-2013

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.