A customizable and secure password generator built in Java. Users can define password length and choose which character types to include: uppercase letters, lowercase letters, digits, and special characters.
- Customizable password length
- Option to include:
- Uppercase letters
- Lowercase letters
- Numbers
- Special characters
- Secure random generation using SecureRandom
- Input validation and error handling
- Java
- SecureRandom API
- Command-line interface (CLI)
- Java Development Kit (JDK) 8 or higher
- Clone the repository:
git clone https://github.com/priyanshu5864/JavaPasswordGenerator