Easy encryption for deployed secrets.
- Python 2.7.x, 3.4.x, 3.5.x
- MacOS or Linux
- Valid keyring software if using keyring storage for private key passphrases. If you are using MacOS, you're all set (MacOS has a Keychain)! For Linux, see details. For installing SecretStorage on Ubuntu 16.04 and headless Linux, see setup instructions.
Install using pip:
$ pip install shroud
$ shroud generate_keypair -l
$ shroud encrypt MYSECRETVAR=supersecret123
$ shroud decrypt -l