Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 626 Bytes

Password Manager

A simple password manager written in Java with GUI (JavaFX)

How to use?

While you download a project just run it in your IDE. Then you have to choose '.txt' file and create a password database.

Funcionality

In this application you can:

  • Add passwords to database,
  • Edit passwords (actually there's problem with that option :/)
  • Search passwords (TODO),
  • Sort passwords (after more than two parameters TODO),
  • Create categories to your passwords,
  • Delete categories.

TODO

  • Sort and search,
  • Add icons to frame,
  • Repair editing,
  • Add settings to change for example: theme,
  • Refactor code.