A simple and secure password manager built using Core Java.
This application stores and retrieves user credentials using AES encryption to ensure data security.
- Add and store credentials securely
- AES encryption for password protection
- View saved credentials (after decryption)
- Input validation and exception handling
- Console-based user interface
- Java (Core Java)
- AES Encryption (javax.crypto)
- File Handling
- Download or clone the repo
- Open Eclipse β File β Open Projects from File System
- Select the PasswordManager folder
- Go to src/passwordmanager/Main.java
- Right click β Run As β Java Application
javac -d bin src/passwordmanager/*.java
java -cp bin passwordmanager.Main