Simple and flexible tool for managing secrets
Перейти к файлу
Adrian Utrilla c9d63a838e
Fixed golint issues
2016-08-24 10:29:28 -07:00
Godeps Updated vendored code 2016-08-05 15:42:35 -07:00
aes Fixed golint issues 2016-08-24 10:29:28 -07:00
examples Added per-file example 2016-03-02 11:57:32 -06:00
json Fixed golint issues 2016-08-24 10:29:28 -07:00
kms Fixed golint issues 2016-08-24 10:29:28 -07:00
main Fixed golint issues 2016-08-24 10:29:28 -07:00
pgp Fixed golint issues 2016-08-24 10:29:28 -07:00
validation Added first validation tests. 2016-08-08 16:15:05 -07:00
vendor Removed vendored deps to ease code review 2016-08-18 16:44:53 -07:00
yaml Fixed golint issues 2016-08-24 10:29:28 -07:00
.gitignore Added first validation tests. 2016-08-08 16:15:05 -07:00
.sops.yaml Use configuration file when encrypting existing files 2016-04-19 12:23:46 -04:00
.travis.yml Added CI for Go 2016-08-05 15:46:00 -07:00
CHANGELOG.rst CHANGELOG update for 2.0 2016-06-01 11:38:14 -04:00
README.md README: s/go-sops/sops/ 2016-06-01 10:11:31 -07:00
README.rst #friday 2016-04-29 08:40:17 -04:00
example.json Fix handling of binary data to preserve integrity, fixes #59 2016-04-19 12:23:46 -04:00
example.txt Fix handling of binary data to preserve integrity, fixes #59 2016-04-19 12:23:46 -04:00
example.yaml Fix handling of binary data to preserve integrity, fixes #59 2016-04-19 12:23:46 -04:00
sops.go Fixed golint issues 2016-08-24 10:29:28 -07:00

README.md

Sops

A Go decrypter for sops.

Install (while on go-sops branch)

git clone -b go-sops git@github.com:mozilla/sops $GOPATH/src/github.com/mozilla/sops
go install github.com/mozilla/sops

Decrypt

sops -d <sops yaml file>