Skip to content
/ shroud Public

🎭 Easy encryption/decryption for deployed secrets.

License

Notifications You must be signed in to change notification settings

mmedal/shroud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🎭 Easy encryption/decryption for deployed secrets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages