Skip to content
/ conenv Public

Extensible (and secure if needed) way to load struct from environment variables

Notifications You must be signed in to change notification settings

Ronmi/conenv

Repository files navigation

GoDoc

Extensible (and secure if needed) way to load struct from environment variables.

It aims to be feature-rich. If you just want to load plain values from environment variables into struct, you might want to give caarlos0/env a try: lightweight tool focus on loading plain value from envvar.

Synopsis

See package example in godoc.

Tool

There is a command line tool: convenvtool.

To install it, simply

go get -u github.com/Ronmi/conenv/cmd/conenvtool

It can

  • Generate RSA/DSA keys.
  • Encrypt your data with 3DES/AES/RSA.
  • Generate signature with DSA.
  • Verify generated cipher text and signature.

License

WTFPL

TODO

  • Test against errorneous data.

About

Extensible (and secure if needed) way to load struct from environment variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages