Skip to content

Encrypted password manager built in Java using Swing. Passwords are encrypted using AES and stored in a SQLite database.

Notifications You must be signed in to change notification settings

AidanAlr/Swing-Password-Manager

Repository files navigation

Encrypted Password Manager

Encrypted password manager built in Java using Swing. Passwords are encrypted using AES and stored in a SQLite database.

Features

  • 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.

GUI

UI.png

UML

image

About

Encrypted password manager built in Java using Swing. Passwords are encrypted using AES and stored in a SQLite database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages