Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ravenox/jenigma
- Owner: RaveNoX
- License: mit
- Created: 2016-11-10T17:40:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T16:55:32.000Z (over 5 years ago)
- Last Synced: 2024-06-20T10:17:32.056Z (5 months ago)
- Topics: config, configuration, encryption, golang, security, utility
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)