Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ravenox/jenigma

Utility to encrypt / decrypt JSON configs
https://github.com/ravenox/jenigma

config configuration encryption golang security utility

Last synced: 16 days ago
JSON representation

Utility to encrypt / decrypt JSON configs

Awesome Lists containing this project

README

        

# JEnigma
[![Build Status](https://travis-ci.org/RaveNoX/jenigma.svg?branch=master)](https://travis-ci.org/RaveNoX/jenigma)

Utility to encrypt / decrypt JSON configs

## Usage

```bash
$ go get -u github.com/RaveNoX/jenigma
# For help
$ jenigma -h
```

## Development
```
# Install depencencies
./init.sh

# Build
./build.sh
```

## License
[MIT](./LICENSE)