Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Python Thread Optimization.
I recently finished my threaded md5 cracker (in the code bank), and I was wondering if anybody out there has experience optimizing such code.
Specifically, I was wondering about the ideal number of threads, and the ideal queue size.
More than that, I was wondering how I can answer questions like this in the future. Anybody know of any 3rd party apps that will tell me how long it takes to complete a script?