Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.45 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.45 KB

Password Generator - Terminal

GitHub Last Commit GitHub license Java

A simple program that generates secure passwords that one could use for their accounts.

Features

  • 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.

Installation

  1. Clone this repository:
    git clone https://github.com/MichaelDriguez/password-generator-terminal.git
    
  2. Navigate to the project directory:
    cd password-generator-terminal
    
  3. Compile the program:
    javac *.java
    

Usage

Run the application:

java MainMenu

License

This project is available under the MIT License.

Author

This project was created by Michael Rodriguez.

Support

Give a ⭐️ if this project helped you.