https://github.com/ravenox/jenigma
Utility to encrypt / decrypt JSON configs
https://github.com/ravenox/jenigma
config configuration encryption golang security utility
Last synced: about 1 year 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T16:55:32.000Z (about 7 years ago)
- Last Synced: 2025-02-05T02:43:41.297Z (over 1 year 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
[](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)