Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 904 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 904 Bytes

Password Manager Project

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.

Features:

  • 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

Screenshots

Login screen:

Screen Shot 2023-08-22 at 8 20 07 PM

Viewing account information:

Screen Shot 2023-08-22 at 8 21 15 PM