Skip to content

This project is a Java program that generates a random password of a specified length. The password is generated using a combination of letters, numbers, and symbols. The user can specify the length of the password, as well as whether or not to include symbols.

Notifications You must be signed in to change notification settings

lakshay1341/Java-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Java Password Generator

Overview

This project is a Java-based password generator that creates random passwords using a mix of uppercase letters, lowercase letters, and digits.

Features

  • Random Password Generation: Generates a password of specified length.
  • Character Set: Uses a combination of uppercase letters, lowercase letters, and digits.

Usage

  1. Clone the repository:
    git clone https://github.com/lakshay1341/Java-Password-Generator.git
  2. Navigate to the project directory:
    cd Java-Password-Generator
  3. Compile the Java file:
    javac pass_gen.java
  4. Run the program:
    java PasswordGenerator

License

This project is licensed under the MIT License.

About

This project is a Java program that generates a random password of a specified length. The password is generated using a combination of letters, numbers, and symbols. The user can specify the length of the password, as well as whether or not to include symbols.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages