in reply to (jeffa) Re: Password cracking algorithm
in thread Password cracking algorithm

You could create N number of threads and pass each one different pieces to work on.

If you're interested in speed, I would not use Perl threads... ;-)

Liz

  • Comment on Re: (jeffa) Re: Password cracking algorithm