BoboTiG / cracker-ng

ZIP cracker, CCRYPT cracker, and others to come.
GNU General Public License v2.0
89 stars 10 forks source link

Implement process/thread based cracking #2

Open alexandernst opened 8 years ago

alexandernst commented 8 years ago

CPUs (nowadays) have multiple cores+threads, using all of them would lower the required time to crack a password.

Upvote & Fund

Fund with Polar

BoboTiG commented 8 years ago

You are right, and it is on my todo list for a while. But I do not have many time, I need to refactor a lot of code to be parallel. I am open to PR and patches :)