A simple program that generates secure passwords that one could use for their accounts.
- Customizable character amount - Between 1 and 100 characters for generated passwords.
- The option to generate passwords with or without symbols (!, @, #, $, etc.).
- The option to generate passwords with or without similar characters (i, l, 1, 0, etc.).
- The option to have the first character be a number, a symbol, or neither.
- Generated password history that shows all generated passwords in the current session.
- Clone this repository:
git clone https://github.com/MichaelDriguez/password-generator-terminal.git
- Navigate to the project directory:
cd password-generator-terminal
- Compile the program:
javac *.java
Run the application:
java MainMenu
This project is available under the MIT License.
This project was created by Michael Rodriguez.
Give a ⭐️ if this project helped you.