symmecrypt icon indicating copy to clipboard operation
symmecrypt copied to clipboard

Golang symmetric encryption library

Results 4 symmecrypt issues
Sort by recently updated
recently updated
newest added

Allow symmecrypt CLI to load a key from a file given in arg instead of by ENV ``` symmecrypt —key=/opt/foo.key decrypt ```

We should migrate symmecrypt to go modules for better integration with others Go software

enhancement

Each release of the library should trigger a CI pipeline to build the symmecrypt binary artifact (https://github.com/ovh/symmecrypt/blob/master/cmd/symmecrypt/main.go) in order to publish it as release artifacts. It would ease the usage...

enhancement

👋 Thanks for writing up this project. I'm looking at using it and noticed the build setup is a bit outdated.