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

https://github.com/jotavare/password-manager-shell-script

A simple shell script to store and retrieve passwords for different accounts.
https://github.com/jotavare/password-manager-shell-script

bash database linux password-manager scripts shell

Last synced: 3 months ago
JSON representation

A simple shell script to store and retrieve passwords for different accounts.

Awesome Lists containing this project

README

          

## ABOUT

This simple password manager was built with **Shell Scripting (Bash)** to add/update/delete user accounts and passwords. It doesn't have the security features of the typical password managers but I plan to implement in the future some ideas available below.

## REQUIREMENTS

- Linux environment;
- Shell Scripting (Bash) knowledge;
- Text editor;

## FUTURE IDEAS

- [ ] Encryption;
- [ ] Password Strength Validation;
- [ ] Two-Factor Authentication (2FA);
- [ ] Automatic Logout;
- [ ] Password Generation;
- [ ] Search and Filter;
- [ ] Backup and Restore;
- [ ] Multiple User Support;
- [ ] Category Tagging;
- [ ] Audit Logs;
- [ ] Password Expiry Notifications;
- [ ] Graphical User Interface (GUI);
- [ ] Web Interface;
- [ ] Browser Integration;
- [ ] Sync Across Devices;

## CONTRIBUTING

If you find any issues or have suggestions for improvements, feel free to fork the repository and open an issue or submit a pull request.

## LICENSE

This project is available under the MIT License. For further details, please refer to the [LICENSE](https://github.com/jotavare/password-manager-shell-script/blob/main/LICENSE) file.