Sandi Krese
Results
1
issues of
Sandi Krese
Encrypt in a package and export method encrypt to be used in import "go.mozilla.org/sops/v3/encrypt"
4
In Go projects where you need encrypting with sops it'd be nice to have a direct access to the method `func encrypt(opts encryptOpts) (encryptedFile []byte, err error)` in **cmd/sops/encrypt.go**. In...