A simple password manager written in Java with GUI (JavaFX)
While you download a project just run it in your IDE. Then you have to choose '.txt' file and create a password database.
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.
- Sort and search,
- Add icons to frame,
- Repair editing,
- Add settings to change for example: theme,
- Refactor code.