encrypteddict

A python library to decrypt values in dictionaries


Keywords
encryption, gpg, dict
License
Apache-2.0
Install
pip install encrypteddict==1.0.0

Documentation

encrypted-dict

https://travis-ci.org/grahamhar/encrypted-dict.svg?branch=master http://pepy.tech/badge/encrypteddict

Encrypt values in dict so that the dict remains readable in plain text except for the encrypted sections, it's main use is for when outputing dicts to be stored on disk as yaml or json.

Setup

pygpgme requires libgpgme11-dev on Ubuntu and on Mac OSX (via brew) you need gpgme and libgpg-error

Inspired by:

hiera-eyaml and hiera-eyaml-gpg