Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 953 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 953 Bytes

Shroud

Easy encryption for deployed secrets.

travis-image pypi-image

Requirements

  • 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.

Installation

Install using pip:

$ pip install shroud

Usage

$ shroud generate_keypair -l
$ shroud encrypt MYSECRETVAR=supersecret123
$ shroud decrypt -l