WARNING: Hashfile ..... Weak Hash ??? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: WARNING: Hashfile ..... Weak Hash ??? (/thread-3430.html) |
WARNING: Hashfile ..... Weak Hash ??? - richk - 05-27-2014 Might be a dumb question, but other than the obvious what does this error message mean: WARNING: Hashfile 'file path' in line 1 (a hash): Weak Hash There is a single hash in the file. Is that a problem? Why won't hashcat load this hash? RE: WARNING: Hashfile ..... Weak Hash ??? - epixoip - 05-27-2014 'weak hash' means that hash has no input. in other words, it is the hash of nothing/null. in other other words, that account has no password. RE: WARNING: Hashfile ..... Weak Hash ??? - richk - 05-27-2014 (05-27-2014, 11:00 PM)epixoip Wrote: 'weak hash' means that hash has no input. in other words, it is the hash of nothing/null. in other other words, that account has no password. Good to know. Thanks! |