A console-based password manager written in Java.
It generates & saves your website credentials (Website, Email, Password) into a text file stored in your system's AppData folder.
- Options: 1. Generate a random password 2. See Your Saved Passwords.
- Prompts you for Website, Email, and Password Length and generates a strong password.
- Saves passwords in
savedpass.txtinside your AppData folder (e.g.,C:\Users\<USERNAME>\AppData\Local). - Example format: example.com,user@example.com,pFQi2R_c7zs8
- Clone this repository:
git clone https://github.com/shariarratul/Java-Password-Manager.git
cd Java-Password-Manager- Compile and Run:
javac Main.java
java Main- Data is stored in plain text (
⚠️ not encrypted).