Skip to content

MichaelDriguez/password-generator-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple program that generates a secure password.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages