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.
- Host: GitHub
- URL: https://github.com/jotavare/password-manager-shell-script
- Owner: jotavare
- License: mit
- Created: 2024-05-18T19:35:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T00:15:11.000Z (about 2 years ago)
- Last Synced: 2025-11-12T04:03:27.794Z (8 months ago)
- Topics: bash, database, linux, password-manager, scripts, shell
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.