SOPS: Secrets OPerationS
SOPS is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY
formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, HuaweiCloud KMS, age, and PGP.
(demo )


Download
Stable release
Binaries and packages of the latest stable release are available at https://github.com/getsops/sops/releases .
Development branch
For the adventurous, unstable features are available in the main branch, which you can install from source:
$ mkdir -p $GOPATH/src/github.com/getsops/sops/
$ git clone https://github.com/getsops/sops.git $GOPATH/src/github.com/getsops/sops/
$ cd $GOPATH/src/github.com/getsops/sops/
$ make install
(requires Go >= 1.25)
If you don't have Go installed, set it up with:
$ {apt,yum,brew} install golang