jotavare / password-manager-shell-script

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 file.

About

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

License:MIT License


Languages

Language:Shell 100.0%