02-28-2011, 06:51 PM
(02-26-2011, 05:51 AM)mastercracker Wrote: With DCC, you need also the username. It's been reported that the maximum length for the username that it takes is currently 8 so check if those are the ones that are not cracked by OCLhashcat+.
Thanks for the hint, but that's not the problem. dcc is fed into oclhc in the format hashalt which means that they are rejected initially (by throwing a line length exception, see my previous thread). In the hasfile, salts > 8 have been filtered (grep -r ":.\{0,8\}$") ...
I'll try with some sample data so it can be replicated.
Best
J