hashcat Forum
No digests loaded error - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html)
+--- Forum: Very old oclHashcat Support (https://hashcat.net/forum/forum-21.html)
+--- Thread: No digests loaded error (/thread-427.html)



No digests loaded error - p03ws - 08-21-2011

I'm trying to crack a MySQL hash(using my GPU), I have a batfile containing this:
oclHashcat64.exe -m 300 hash.txt ?l?l?l?l ?l?s?u?d cracked.txt
pause
But when I try to run it, I get ERROR: no digests loaded.
I'm Dutch and can't find a good translation for digests so my question is, what am I doing wrong? and what does no digests loaded mean?

Thanks for reading this.


RE: No digests loaded error - undeath - 08-21-2011

if you want to output the cracked hashes to cracked.txt you need to use the -o switch before the filename.


RE: No digests loaded error - p03ws - 08-21-2011

Ah okay, thank you! its working now Tongue