1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00
Files
sops/docs
2019-09-12 19:09:03 +01:00
..
2019-09-12 19:09:03 +01:00
2019-07-17 19:19:37 +02:00
2019-07-17 19:19:37 +02:00
2019-07-17 21:49:47 +02:00
2019-07-17 19:19:37 +02:00

SOPS: Secrets OPerationS

sops is a secrets management solution and editor of encrypted files that supports a variety of file formats and encryption providers.

Here is a quick demo of sops in action:

SOPS in action

A more in-depth overview is available as part of Julien Vehent's Securing DevOps Show & Tell:

If you want to use SOPS as a Go library, take a look at the decrypt package.

Questions? Ping ulfr and autrilla in #security on irc.mozilla.org (you can use a web client like mibbit).

What happened to Python SOPS? We rewrote sops in Go to solve a number of deployment issues, but the Python branch still exists under python-sops. We will keep maintaining it for a while, and you can still pip install sops, but we strongly recommend you use the Go version instead.

Backward compatibility

We strive to make as few backwards-incompatible changes as possible to the sops command line tool. We follow Semantic Versioning, so in the rare occurence that we break compatibility on the CLI, you'll know.

The file format will always be backwards compatible: this means that newer versions of SOPS will be able to load files created with older versions of SOPS.

Security

Please report security issues to jvehent at mozilla dot com, or by using one of the contact method available on keybase: https://keybase.io/jvehent

License

Mozilla Public License Version 2.0

Authors

The core team is composed of:

And a whole bunch of contributors.

Credits

SOPS was inspired by hiera-eyaml, credstash, sneaker, password store, and too many years managing PGP encrypted files by hand.