Distributed Computing for cracking a long passwd
#1
Hi again...

I'm trying to crack a passwd from it's hash where i know part of it.

Even though, the part that is not known takes too much time to only one computer to crack.

So, i've been reading this but as i'm a begginer, i am kind of struggling to understand the usage of these options to enable and take advantage of distributing the worload by several computers so that we can crack it faster...

This is the deal:

Hash type: MD5
Password lenth: up to 30 chars
Known part of password: first 26 chars
Unkown part of the passwd: we are trying with 10 more chars
Charset of unkonwn part of the passwd: ?l?u?d?s
Mask for the passwd: AAAAAAAAAAAAAAAAAAAAAAAAAA?1?1?1?1?!?1?1?1?1?1, where the A's are the known part of the passwd that is not revealed by security reasons...

So, let's imagine that we are 4 guys all with different computer powers.

What should be the commando to do to split the job between us???


Messages In This Thread
Distributed Computing for cracking a long passwd - by HelloShitty - 07-09-2012, 01:33 AM