https://github.com/kdesp73/password-manager
A command line program for managing passwords written in Java
https://github.com/kdesp73/password-manager
java microsoft-access-database
Last synced: about 1 year ago
JSON representation
A command line program for managing passwords written in Java
- Host: GitHub
- URL: https://github.com/kdesp73/password-manager
- Owner: KDesp73
- License: mit
- Created: 2023-01-12T21:05:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T00:09:38.000Z (about 3 years ago)
- Last Synced: 2025-01-23T06:09:20.647Z (over 1 year ago)
- Topics: java, microsoft-access-database
- Language: Java
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Manager
A command line program for managing passwords written in Java, with the use of Microsoft Access Database.
## Functionality
1) Register
2) Login / Logout
3) Add / Delete / Edit records
4) Sort
5) Search
6) List all saved passwords
7) Delete account
## Dependencies
```xml
net.sf.ucanaccess
ucanaccess
4.0.4
```
## Clone
```bash
git clone https://github.com/KDesp73/Java-Database-Methods
```
## Contributing
Contributions are always welcome!
Please adhere to this project's `code of conduct`.
## Authors
- [@KDesp73](https://www.github.com/KDesp73)
## License
[MIT](https://choosealicense.com/licenses/mit/)