Posted on

This program takes in a list of password hashes, a dictionary, and a hashing algorithm. It will try to find matches in parallel, yielding a very high throughput.

The source code is hosted here.