Commit graph

5 commits

Author SHA1 Message Date
ed4098983a
Merge pull request #1 from wbrawner/cracker-factory
Implement CrackerFactory
2018-04-18 21:01:38 -05:00
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
81db6720c9 Fix version number 2018-04-15 19:54:55 -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