A command line program for managing passwords written in Java, with the use of Microsoft Access Database.
- Register
- Login / Logout
- Add / Delete / Edit records
- Sort
- Search
- List all saved passwords
- Delete account
<dependencies>
<dependency>
<groupId>net.sf.ucanaccess</groupId>
<artifactId>ucanaccess</artifactId>
<version>4.0.4</version>
</dependency>
</dependencies>
git clone https://github.com/KDesp73/Java-Database-Methods
Contributions are always welcome!
Please adhere to this project's code of conduct
.