hashcat Forum
Hashcat without checking the uniqueness of 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: Hashcat without checking the uniqueness of hashes (/thread-12012.html)



Hashcat without checking the uniqueness of hashes - tao - 05-30-2024

Perhaps there is Hashcat fork in which there is no check for the uniqueness of hashes?
my back story: https://hashcat.net/forum/thread-11981.html


RE: Hashcat without checking the uniqueness of hashes - penguinkeeper - 05-30-2024

Unfortunately not. Due to the data structures that Hashcat uses, it'd be impossible to remove it's deduplication safely


RE: Hashcat without checking the uniqueness of hashes - tao - 05-30-2024

(05-30-2024, 02:54 PM)penguinkeeper Wrote: Unfortunately not. Due to the data structures that Hashcat uses, it'd be impossible to remove it's deduplication safely

Thanks for your reply.
Does this apply to all versions of the program? Maybe earlier versions?