hashcat Forum
Dividing a hash to two or more computers - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: Dividing a hash to two or more computers (/thread-10705.html)



Dividing a hash to two or more computers - edmund - 04-02-2022

Is it possible to divide the crack work to several computers if so, how do i do that?

Also, can I start cracking at a chosen start point instead of 00000000, if so, how?


RE: Dividing a hash to two or more computers - Snoopy - 04-02-2022

(04-02-2022, 10:52 PM)edmund Wrote: Is it possible to divide the crack work to several computers if so, how do i do that?

Also, can I start cracking at a chosen start point instead of 00000000, if so, how?

you could use something like hashtopolis
https://github.com/hashtopolis/server

or using options skip -s and limit -l see
https://hashcat.net/wiki/doku.php?id=hashcat

-s, --skip                    | Num  | Skip X words from the start                          | -s 1000000
-l, --limit                    | Num  | Limit X words from the start + skipped words        | -l 1000000


RE: Dividing a hash to two or more computers - edmund - 04-03-2022

@Snoopy

Thank you Sir!