Vault is a shell script that you can use for managing secrets such as passwords, and API key. This project is highly inspired by pwd.sh.
- Store secret with key:
$ ./vault.sh store <key> '<secret>'
- Copy secret to clipboard:
$ ./vault.sh get <key>
- Delete secret by its key:
$ ./vault.sh delete <key>
- List all secret
$ ./vault.sh list
- Use GPG
- List all secret key
- Delete secret by key
- Delete all secret
Licensed under The MIT License.