A simple Java-based password generator that runs in the Command Prompt (CMD) and creates strong random passwords.
- Specify password length
- Include/exclude uppercase letters, lowercase letters, numbers, and symbols
- Generate secure random passwords instantly
-
Open CMD and navigate to the project folder:
cd C:\Users\rock7\Desktop\PasswordGenerator javac PasswordGenerator.java
inside your project folder (PasswordGenerator)
- In CMD, run:
git add README.md
git commit -m "Add README with project details"
git push