An open API service indexing awesome lists of open source software.

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

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/)