Distributed Password Cracking Service

I created a distributed password cracking system. I implemented the system as a REST service and developed a client that can distribute portions of the password search space to instances of the REST service. Each call should attempt to brute force crack the password by checking each combination of letters against the hashed password. I enhanced my service to improve fault tolerance and performance by caching previous attempts. Here is my code, feel free to check it out.

Ting-Han Lin
Ting-Han Lin
CS PhD student at UChicago

Related