Skip to content

maarlf/vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vault

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.

Usage

  • 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

Todo

  • Use GPG
  • List all secret key
  • Delete secret by key
  • Delete all secret

License

Licensed under The MIT License.

About

Easily manage your secrets across devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages