efa2d19 / bw-guarded

Bitwarden CLI overhead to make it guarded with root password and GPG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bw-guarded

πŸ”Ž Overview

bw-guarded is an overhead script for Bitwarden CLI that adds an extra layer of security by making the Bitwarden session guarded with root password and GPG encryption.

Inspirations from this gist

πŸ“₯ Installation

  1. Tap the custom formula repository:

    brew tap efa2d19/tap
  2. Install bw-guarded:

    brew install bw-guarded
  3. Unlink Bitwarden CLI

    brew unlink bitwarden-cli
  4. Create GPG key if you don't have one

    gpg --full-generate-key

πŸ”” Optional but recommended

πŸ’‘ Usage Options

To initialize or regenerate session key:

bw --generate-session-key

For all other Bitwarden CLI commands, simply use bw:

bw [your-commands]

🌟 Contributing

Contributions are always welcome!
If you have any ideas, suggestions, or bug reports, feel free to submit an issue or open a pull request.

πŸ“ License

This project is licensed under the Apache-2.0 License.

About

Bitwarden CLI overhead to make it guarded with root password and GPG

License:Apache License 2.0


Languages

Language:Shell 100.0%