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