hashcat Forum
how to divide end file (psw.dic) to (n) parts - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: how to divide end file (psw.dic) to (n) parts (/thread-3026.html)



how to divide end file (psw.dic) to (n) parts - sger - 01-14-2014

sp64 hashcat.hcstat --pw-min=8 --pw-max=8 > psw.dic


RE: how to divide end file (psw.dic) to (n) parts - radix - 01-14-2014

split -l <number of lines> psw.dic


RE: how to divide end file (psw.dic) to (n) parts - sger - 01-14-2014

cm_Split & cm_Combine in TC - I meen statsprocessor itself