Skip to content

Brute Force password cracker in Java (flexible length)

Notifications You must be signed in to change notification settings

arsalanj123/JavaBruteForce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#JavaBruteForce

A Brute Force application written in Java. Currently able to break 5 characters password from all small letter alphabets and a special character "!". More characters can be added to the iterable list i.e. Capital alphabets, any number as type(string) and any special characters as type(string). Note that the lengthier the array, the more time it will take to break the password.

To run the program no prerequisites are needed.

More lengthier passswords can be added to be cracked. For that a few things need to be added:

  1. String n_characters = "";
  2. n number of nested loops where is says "// Add sixth-character iteration if more needed"

About

Brute Force password cracker in Java (flexible length)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages