/Java-Password-Generator

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.

Primary LanguageJava

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.