A command-line based password manager written in Bash.
Explore the docs »
·
Report Bug
·
Request Feature
BashPass is a command-line based password manager written in Bash. It uses GPG to encrypt/decrypt the files where the passwords are stored . This means the passwords are 100% stored locally, so you don't have to trust a third party to store your passwords.
- Add/edit/delete passwords
- Generate passwords
- Clipboard support
- Sync passwords securely using a Git repository
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion/improvement that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag enhancement
.
A star to the repo would be greatly appreciated (only if you want to, you don't have to if you don't want to)!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
See CONTRIBUTING.md
for more information.
Distributed under the MIT License. See LICENSE.md
for more information.