GitHub - waj/shell-secrets: Encrypted environment variables
shell-secrets
This is a small tool to set environment variables from encrypted (with GPG) files
There are many command line tools that require environment variables with secret values to work.
These values are often saved in unencrypted shell files. I created this simple but useful script
to read secret values from encrypted files and at the same time make it easy to login in and out
from diferent accounts.
Installation
NOTICE: GPG is assumed to be installed and configured for the current user.
...
Read more at github.com