Skip to content

Releases: steven166/vault.sh

Release v0.3.2

01 Feb 10:39
Compare
Choose a tag to compare
fix issue with special characters

Release v0.3.1

30 Jan 15:47
Compare
Choose a tag to compare
replace echo with printf to remove line-endings

Release v0.3.0

30 Jan 12:19
Compare
Choose a tag to compare
change database format -> encrypt only the values, not the whole file

Release v0.2.0

30 Jan 12:18
53b59c3
Compare
Choose a tag to compare
Update vault.sh

Release v0.1.0

30 Apr 12:49
Compare
Choose a tag to compare

First version of vault.sh with the following 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