https://github.com/mengstr/cryco
Golang package for keeping config/settings files encrypted
https://github.com/mengstr/cryco
Last synced: 8 months ago
JSON representation
Golang package for keeping config/settings files encrypted
- Host: GitHub
- URL: https://github.com/mengstr/cryco
- Owner: mengstr
- License: mit
- Created: 2021-05-03T13:59:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T10:24:56.000Z (about 5 years ago)
- Last Synced: 2024-06-20T01:53:47.695Z (almost 2 years ago)
- Language: Go
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cryco
[](https://coveralls.io/github/mengstr/cryco?branch=main)
[](https://codecov.io/gh/mengstr/cryco)
[](https://www.codacy.com/gh/mengstr/cryco/dashboard?utm_source=github.com&utm_medium=referral&utm_content=mengstr/cryco&utm_campaign=Badge_Grade)
[](https://goreportcard.com/report/github.com/mengstr/cryco)

WIP - Golang package for handling encrypted config/settings files
## Values applied to struct
The fields in the struct will be receiving values from multiple sources. They are applied in the following order:
- Step 1) Values specified using the 'default' tag in the struct
- Step 2) Values from files
- Step 3) Values from environment variables