a golang library
cryptcfg uses a key to decrypt a file thats been encrypted with the Autom8ter gocrypt cli tool at runtime, read in the config, and store the config in memory without ever decrypting the file on disk.
-- import "github.com/autom8ter/cryptcfg"
type Crypt struct {
}func New() *Cryptfunc (c *Crypt) ReadInEncrypted(path, key string) errorfunc (c *Crypt) Viper() *viper.Viper