A lightweight Java application that creates secure random passwords with adjustable length and strength validation.
- 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 PasswordGeneratorThis project is licensed under the MIT License - see the LICENSE file for details.