crypt-config 0.2.2

A crypt module that encrypt/decrypt json data based on the configuration. This might be used as a layer before saving data in Mongo DB or after fetching the data from the DB in order to decrypt them.
Documentation
1
2
3
4
5
[![Follow me out on Crates.io](https://img.shields.io/crates/v/crypt-config?style=plastic)](https://crates.io/crates/crypt-config)
[![Build Status](https://travis-ci.org/tflis/crypt-config.svg?branch=master)](https://travis-ci.org/tflis/crypt-config)
[![Coverage Status](https://coveralls.io/repos/github/tflis/crypt-config/badge.svg?branch=master)](https://coveralls.io/github/tflis/crypt-config?branch=master)

# crypt-config