A simple Java program that generates secure random passwords with customizable length and strength checking.
- Generates random passwords
- Custom password length
- Password strength testing
- Simple and easy to use console interface
- No external dependencies required
# Clone the repository
git clone https://github.com/Pupler/Password-Generator.git
# Navigate to project directory
cd Password-Generator
# Start the program
# Method 1: One-click launch (Windows)
DOUBLE-CLICK RunProgram.bat
# Method 2: Manual compilation
javac PasswordGenerator.java
java PasswordGenerator