passwords
Generate random passwords of any length. Add or remove uppercase, lowercase letters, and special characters.
About
- Developer: @AlperAkca79
- Version: v1.0.0
- Last Update: Monday, March 27, 2023
- Dart Version: 2.19.5 (stable)
How to Use?
- Open
Command PromptorTerminaland type them in order:
git clone https://github.com/AlperAkca79/passwords.git
cd passwords/bin
dart passwords.dart <arguments>
Arguments:
--length <integer>: Chance to add number to your password. You can type from 0 to infinity.
--uppercase: Chance to add uppercase letters to your password.
--lowercase: Chance to add lowercase letters to your password.
--special: Chance to add special characters to your password. This argument contains the special characters !, @, #, \, $, %, ^, &, *, (, ), _, -, +, =, [, ], {, }, |, ;, :, ,, ., <, > and ?.
