A simple password cracker in Java (BRUTE FORCE APPROACH).
src folder contains:
- Dizionario.java = An object containing an ArrayList of words taken from external files.
- passwordGenerator.java = It tooks a word from the dictionary every time.
- passwordGuesser.java = The main class that can crack the password.
- volume folder = Contains files of words.
Added prefixes and suffixes search.
How to run the code:
To shell: java passwordGuesser