sops
sops copied to clipboard
Simple and flexible tool for managing secrets
This ticket here continous the descussion from: https://github.com/mozilla/sops/issues/52 Please see #52 for more background. ... As the MAC is a build-in feature that is maintained on all sops-operations i would...
Hello I am (for once !) trying to validate the signatures the deb packages provided in the releases. It may be well-known but there are no explanations in the release...
### Features * Update Go dependencies * Release with Go 1.22 * Update alpine
The RPM packages had a `-1` after the version before the 3.8.0 release (https://github.com/getsops/sops/issues/1266#issuecomment-1693345800), which wasn't there anymore for 3.8.x. But now with 3.9.0 it's back: ``` sops-3.9.0-1.aarch64.rpm sops-3.9.0-1.x86_64.rpm ```...
Encrypt in a package and export method encrypt to be used in import "go.mozilla.org/sops/v3/encrypt"
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...
These changes remove the json encoding/decoding steps that are performed during the serialization of ini and dotenv files. This roundtrip loses type information during the transformation which causes values to...
Hi there, I found myself needing this so I thought it was a good opportunity to contribute a little. Happy to make the necessary changes, I tried to comply with...
# Description Support https://github.com/mozilla/sops/issues/691 ## Implementation details - Get key metadata before encryption/decryption - For check asymmetric or symmetric, they needs to use different APIs - Asymmetric encryption only encrypt...
Hello Guys. I'm here to close issue #381 I already implemented core logic of alias to arn, and checked that it works well. you can excute it by making bin...
The strategy of [`Harvest Now, Decrypt Later`](https://en.wikipedia.org/wiki/Harvest_now,_decrypt_later) relies on the ability to collect and store encrypted secrets for later decryption through e.g. sufficiently efficient Quantum Computer or in case of...