Skip to content

GiacomoFerro/password-cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

password-cracker

A simple password cracker in Java (BRUTE FORCE APPROACH).

src folder contains:

  1. Dizionario.java = An object containing an ArrayList of words taken from external files.
  2. passwordGenerator.java = It tooks a word from the dictionary every time.
  3. passwordGuesser.java = The main class that can crack the password.
  4. volume folder = Contains files of words.

Added prefixes and suffixes search.

How to run the code:

To shell: java passwordGuesser