This is a basic password manager implemented with Java, Java Swing, JDBC, jasypt and SQLite. This repository is part of one of my tutorials.
The password manager has the following features:
- Create an encrypted database
- Save passwords
- Display passwords
- Controllers: Contains application logic
- db: Classes to interact with the database
- gui: Classes that implement the GUI with Java Swing
- models: Classes that handle the data of the application (Metadata, Credentials)
You need to link the following libraries to your class path, if you want to compile the project: