hashcat Forum
Suggestion about the --show command - 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: Suggestion about the --show command (/thread-10126.html)



Suggestion about the --show command - TyraVex - 05-23-2021

Hello,
It took ~5h to --show a 1.6 million lines potfile. The usage of the CPU (R5 3600) was 8%, and more precisely 100% on one thread.
Would it be possible to multithread this command? That would increase this process by 6-12+ times depending on the CPU. In my case that would have lasted around 25 minutes.


RE: Suggestion about the --show command - atom - 05-24-2021

In theory yes, but the management of hashes is not the primary goal of the tool. Should be simple to write a standalone tool for management which is much faster.


RE: Suggestion about the --show command - TyraVex - 05-25-2021

(05-24-2021, 05:59 PM)atom Wrote: In theory yes, but the management of hashes is not the primary goal of the tool. Should be simple to write a standalone tool for management which is much faster.

that's true, but I don't think I am the only one who do no know how to code (even though I think I can do it with some research), and implementing this tool in hashcat would be so much easier


RE: Suggestion about the --show command - atom - 05-26-2021

No it wont be easier, because of some structures. Such a tool is much easier written in a high level language.