Sha256 all rejects passwords - 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: Sha256 all rejects passwords (/thread-4045.html) |
Sha256 all rejects passwords - x34cha - 02-05-2015 When using long passwords, which is a must as my password list must contain a predefined long text after each password, it rejects all of them, yet if I use combination attack with the predefined text on the right with the normal list on the left it cracks fine, so basically why is sha256 rejecting passwords of long length, like 25chars or so. If I use the passwords that cracked from the combination just as a normal straight attack, it just rejects every single one and none cracks. RE: Sha256 all rejects passwords - atom - 02-06-2015 There are different maximum length's depending on the algorithm and the attack-mode. Generally it's 32 for -a 0, 32+32 for -a 1/6/7 (but not longer than 55), 55 for -a 3. Things change if a salt is used. |