Encrypted password manager built in Java using Swing. Passwords are encrypted using AES and stored in a SQLite database.
Swing graphical user interface.
AES Encrypted password storage with external encryption key(key.txt).
Create new records which store Account, Username, Password.
Edit/view existing records.
Delete records.
Create record with randomly generated password.
Project URL: Github
Technologies Used: