Commit graph

3 commits

Author SHA1 Message Date
599e155490 Implement CrackerFactory
The idea with this was to get away from the singleton pattern, since it
makes tests difficult and fragile. Dependency injection would have been
an option too, but for simplicity's sake, I chose the factory method.
There were also some strange errors on Windows that I've corrected,
so the program should run on Windows now as well.
2018-04-18 20:56:37 -05:00
ef15a10a4e Implement incremental cracking 2018-04-15 18:52:36 -05:00
43cf53c0ca Initial commit 2018-04-14 11:40:21 -05:00