hashcat Forum

Full Version: Dividing a hash to two or more computers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
(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
@Snoopy

Thank you Sir!