Skip to content

Vault.sh is a simple bash script for creating an encrypted key-value database using OpenSSL with a keyfile

License

Notifications You must be signed in to change notification settings

MaxxtonGroup/vault.sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Vault.sh

Vault.sh is a simple bash script for creating an encrypted key-value database using OpenSSL with a keyfile

Encryption

aes-256-cbc

Usage

Commands:"
  help           Show this information that you're already reading...
  init           Initialize a new Vault and generate a Keyfile for it
  list           List all keys from the vault
  set <value>    Store a new secret into the vault
  get <key>      Get a secret from the vault

License

MIT

About

Vault.sh is a simple bash script for creating an encrypted key-value database using OpenSSL with a keyfile

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%