Manage the encryption and safe decryption of keys.
$ git clone <repo>
$ chmod +x install.sh
$ ./install.sh
$ vault -h
# Create:
$ vault -n [/path/to/key/to/encrypt]
# Retrieve
$ vault -r [/path/to/key/to/encrypt]
PRs are welcome. For suggestions, open an issue first to open the discussion. Todo: create pull-request guidelines.