nandlabs / go-commons

A common collection of utilities for Go programming language
Apache License 2.0
2 stars 2 forks source link

LocalSecrets Store Implementation #41

Closed nandagopalan closed 1 year ago

nandagopalan commented 1 year ago

Implement a local Secret store as mentioned by #27

nandagopalan commented 1 year ago

This has been implemented for text based secrets using AES.

nandagopalan commented 1 year ago

This has been merged to main