Posts: 7
Threads: 3
Joined: Mar 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?
Posts: 888
Threads: 15
Joined: Sep 2017
(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
Posts: 7
Threads: 3
Joined: Mar 2022