Dictionary cache building - 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: Dictionary cache building (/thread-6603.html) |
Dictionary cache building - Mem5 - 05-28-2017 Hi, Using last stable hashcat version with my GTX 1080, each time I launch a LM attack it builds the cache : Code: hashcat64.exe -w 3 -o lm_res.txt --potfile-disable --gpu-temp-retain=75 -m 3000 hash.txt words.txt Code: Dictionary cache building xxx.dic: 1140817173 bytes (4.03%) Is the Dictionary Cache Building the same for every algorithms or different for LM ? That would explain why it needs to be rebuilt for LM. Thanks. RE: Dictionary cache building - philsmd - 05-28-2017 Yeah, it's also mentioned within docs/changes.txt Code: * changes v3.30 -> v3.40: |