Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 654 Bytes

File metadata and controls

26 lines (17 loc) · 654 Bytes

Password Generator (Java – CMD)

A simple Java-based password generator that runs in the Command Prompt (CMD) and creates strong random passwords.

Features

  • Specify password length
  • Include/exclude uppercase letters, lowercase letters, numbers, and symbols
  • Generate secure random passwords instantly

How to Use

  1. Open CMD and navigate to the project folder:

    cd C:\Users\rock7\Desktop\PasswordGenerator
    javac PasswordGenerator.java
    

inside your project folder (PasswordGenerator)

  1. In CMD, run:
git add README.md
git commit -m "Add README with project details"
git push