All Projects → kbsecret → Kbsecret

kbsecret / Kbsecret

Licence: mit
A secret manager backed by Keybase and KBFS.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Kbsecret

Secretserver
Secret Server PowerShell Module
Stars: ✭ 82 (-81.02%)
Mutual labels:  password-manager, secret-management
Cryptr
Cryptr: a GUI for Hashicorp's Vault
Stars: ✭ 324 (-25%)
Mutual labels:  password-manager, secret-management
Pass Tomb
A pass extension that helps you to keep the whole tree of password encrypted inside a tomb.
Stars: ✭ 254 (-41.2%)
Mutual labels:  password-manager, secret-management
stash-electron
Stash - The friendly secret storage made for teams
Stars: ✭ 18 (-95.83%)
Mutual labels:  password-manager, secret-management
Spicypass
A light-weight password manager with a focus on simplicity and security
Stars: ✭ 367 (-15.05%)
Mutual labels:  password-manager
Shaark
Self-hosted platform to keep and share your content: web links, posts, passwords and pictures.
Stars: ✭ 258 (-40.28%)
Mutual labels:  password-manager
Pash
🔒 A simple password manager using GPG written in POSIX sh.
Stars: ✭ 254 (-41.2%)
Mutual labels:  password-manager
TwoKey
A password manager with physical 2FA.
Stars: ✭ 13 (-96.99%)
Mutual labels:  password-manager
Gopass
The slightly more awesome standard unix password manager for teams
Stars: ✭ 4,373 (+912.27%)
Mutual labels:  password-manager
Pick
A secure and easy-to-use CLI password manager for macOS and Linux
Stars: ✭ 359 (-16.9%)
Mutual labels:  password-manager
T Vault
Simplified secrets management solution
Stars: ✭ 316 (-26.85%)
Mutual labels:  password-manager
Masterkey
secure interactive password manager with xchacha20poly1305, argon2id, and Go
Stars: ✭ 271 (-37.27%)
Mutual labels:  password-manager
Ffpass
Import and Export passwords for Firefox Quantum 🔑
Stars: ✭ 329 (-23.84%)
Mutual labels:  password-manager
Purse
GPG asymmetric (YubiKey) password manager
Stars: ✭ 313 (-27.55%)
Mutual labels:  password-manager
Buttercup Desktop
Buttercup is a free, open-source and cross-platform password manager, built on NodeJS with Typescript. It uses strong industry-standard encryption to protect your passwords and credentials (among other data you store in Buttercup vaults) at rest, within vault files (.bcup). Vaults can be loaded from and saved to a number of sources, such as the local filesystem, Dropbox, Google Drive or any WebDAV-enabled service (like ownCloud or Nextcloud ¹).
Stars: ✭ 3,714 (+759.72%)
Mutual labels:  password-manager
Freepass
[DEPRECATED] password manager thing
Stars: ✭ 308 (-28.7%)
Mutual labels:  password-manager
mokey
FreeIPA self-service account management portal
Stars: ✭ 142 (-67.13%)
Mutual labels:  password-manager
Gokey
A simple vaultless password manager in Go
Stars: ✭ 305 (-29.4%)
Mutual labels:  password-manager
Kdbxweb
Web Kdbx library
Stars: ✭ 322 (-25.46%)
Mutual labels:  password-manager
Pass Import
A pass extension for importing data from most of the existing password manager.
Stars: ✭ 412 (-4.63%)
Mutual labels:  password-manager

Gem Version Build Status Coverage Status

Warning: KBSecret is currently maintained on a best-effort basis. PRs are strongly preferred over new issues.

KBSecret is a command line utility and library for managing secrets.

Quick links:

Hacking on KBSecret

Want to hack on KBSecret? Here's how you can get started:

$ git clone [email protected]:kbsecret/kbsecret.git && cd kbsecret
$ bundle install --path vendor/bundle
$ bundle exec ./bin/kbsecret help

Manual Pages

KBSecret's manual pages can be found online here.

If you'd like to generate the roff versions for man(1), you'll need ronn(1):

$ bundle exec make man
$ cp man/*.1 ${YOUR_MAN_DIR}

Shell Completion

KBSecret provides shell completion functions for bash, zsh, and fish.

To generate the completions for Bash:

$ bundle exec make bash
$ # or, if you have additional commands that support --introspect-flags:
$ CMDS='foo bar baz' bundle exec make bash
$ cp completions/kbsecret.bash ${YOUR_COMPLETION_DIR}

To use the completions for zsh, add the completions directory to your $fpath or copy the completions/_kbsecret file to any of the directories in it.

To use the fish completions, copy completions/kbsecret.fish to your ~/.config/fish/completions folder.

Please feel free to contribute completion scripts for other shells!

Contributing

See "help wanted" on the issue tracker.

If you have an idea for a new feature, please suggest it! Pull requests are also welcome.

Community and Help

If you'd like help or would just like to chat about KBSecret's development, please join us in #kbsecret on Freenode.

We also have a Keybase team. Please let us know on IRC if you'd like to be added to it.

Licensing

KBSecret is licensed under the MIT License.

KBSecret's logo was created by Arathnim.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].