This project is a Java-based password generator that creates random passwords using a mix of uppercase letters, lowercase letters, and digits.
- Random Password Generation: Generates a password of specified length.
- Character Set: Uses a combination of uppercase letters, lowercase letters, and digits.
- Clone the repository:
git clone https://github.com/lakshay1341/Java-Password-Generator.git
- Navigate to the project directory:
cd Java-Password-Generator
- Compile the Java file:
javac pass_gen.java
- Run the program:
java PasswordGenerator
This project is licensed under the MIT License.