Link to home
Start Free TrialLog in
Avatar of aiko1895
aiko1895

asked on

Fastest MD5 implementation

Im looking for fastest MD5 brute force implementetion. Now I am using Colin
 Plumb's implementation for generating md5 diggest.

Using 10 000 000 combinations:
It takes 0.06s to make all combination
And about 17s to get md5 diggest for all combinations.

So its about 625.000 combinations/s. But its very slow compared to windows software PasswordPro.

It takes about the same time to make 100 000 000 combinations (about 20s).
So it makes 5 000 000 combinations/s.

So how can I improve perfomamce. Where to find for better md5 implementation?
ASKER CERTIFIED SOLUTION
Avatar of yurisk
yurisk
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial