Skip to content

πŸ”‘ A terminal application that tries to crack your password through the characters you choose... It only breaks the password you enter, it is not illegal!

License

Notifications You must be signed in to change notification settings

ArpedoX/Password-Cracker-Cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ž Contact

πŸ› οΈ Setup

  1. Get the Dart
  2. Clone the repository locally git clone https://github.com/ArpedoX/Password-Cracker-Cli.git
  3. Open the project in terminal
  4. Run dart pub get in terminal
  5. Run dart run in terminal

❓ How it works

The user is asked to enter characters that the programme can use (symbols, numbers and letters), for example, "1234567890", "+</?*" or "abcdeABCDE". The user enters the password he/she wants to solve. The programme starts decoding and tries to try the password by generating random characters at each step. When the password is found, the programme terminates and reports how many steps it has taken. The number of digits is the number of digits of your password!

🧾 Considerations

This application only tries to crack the password you have entered. Not illegal!

πŸͺͺ LICENSE

This project is licensed under the GNU General Public License, Version 3.0 (GPL-3.0). For more information, please read the LICENSE file.

About

πŸ”‘ A terminal application that tries to crack your password through the characters you choose... It only breaks the password you enter, it is not illegal!

Topics

Resources

License

Stars

Watchers

Forks

Languages