Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 806 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 806 Bytes

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.