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

A simple password manager for my high school senior capstone project

Notifications You must be signed in to change notification settings

alven-shin/password-manager-project

Repository files navigation

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

About

A simple password manager for my high school senior capstone project

Resources

Stars

Watchers

Forks

Languages