A simple password manager for my high school senior capstone project. Written in Java using the JavaFX framework.
DISCLAIMER: This program should not be used for storing sensitive information. The data is salted and encrypted, but the code used was based on information I found online. I am not a security expert.
- Adding and removing passwords
- Store sensitive data in a local SQLite3 database
- Encrypt and decrypt data with master password without storing the actual master password
Login screen:
Viewing account information: