- E Mail: Ufuktlh06@proton.me
- Get the Dart
- Clone the repository locally
git clone https://github.com/ArpedoX/Password-Cracker-Cli.git
- Open the project in terminal
- Run
dart pub get
in terminal - Run
dart run
in terminal
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!
This application only tries to crack the password you have entered. Not illegal!
This project is licensed under the GNU General Public License, Version 3.0 (GPL-3.0). For more information, please read the LICENSE file.