![]() |
Splitting Hashes - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Splitting Hashes (/thread-9204.html) |
Splitting Hashes - verticalroll - 05-07-2020 Hi, Is there is a way to split a hash in half, for example the below hash is of a 10 character password Alpha-numeric [A-Z 0-9] $zip2$*0*1*0*823be6152d3cb0d7*69a5*b*a3ea3f7a6517db2cb94170*2e8026d64b739432b6d8*$/zip2$ Mask attack with ?H?H?H?H?H?H?H?H?H?H takes 8 days but if I were to split the hash in 2 and crack 5 characters at a time would take 3 seconds. Anyone knows if this is possible? RE: Splitting Hashes - royce - 05-07-2020 No. Any hashing algorithm that allowed that would be deeply flawed. There are some that do allow this - such as pre-NTLM classic LANMan (LM) hashes. But that was a dramatic error in implementation. |