static void Main() { Cracker cracker = new Cracker("webster-dictionary.txt","passwords.txt"); cracker.Start(); Console.ReadKey(); }
public void TestOfCrackersConstructor() { Cracker c1 = new Cracker("testing_dictionary.txt","passwords.txt"); }