Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

grahamhar/encrypted-dict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE

This project is no longer maintained or supported use it at your own risk.

encrypted-dict

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