hashcat Forum
Copy and reuse dictionary cache - 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: Copy and reuse dictionary cache (/thread-9374.html)

Pages: 1 2 3


RE: Copy and reuse dictionary cache - fa1rid - 08-16-2020

So this is limitation of hashcat itself. It uses only one core to cache the dictionary. I hope an update will be made to introduce the ability to cache multiple files at the same time or use multi cores.


RE: Copy and reuse dictionary cache - royce - 08-16-2020

Exactly this.


RE: Copy and reuse dictionary cache - undeath - 08-16-2020

Simply adding multiprocessing to that step won't do the trick. The bottleneck is likely not the CPU but your hard drive from which the wordlist has to be read in full.


RE: Copy and reuse dictionary cache - fa1rid - 08-16-2020

(08-16-2020, 12:43 PM)undeath Wrote: Simply adding multiprocessing to that step won't do the trick. The bottleneck is likely not the CPU but your hard drive from which the wordlist has to be read in full.

I'm using NVMe which is super fast (around 600MB/s). The CPU is saturated at 100% usage (1 core only).

If the NVMe is being fully utilized, then the hashcat would finish caching 20GB file in less than a minute, but this is not happening and the disk is not fully utilized.