164ee0ed7b
PR: 225267 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14111
7 lines
360 B
Text
7 lines
360 B
Text
SOPS is a wrapper around a text editor that transparently takes care of the
|
|
encryption and decryption. It supports YAML, JSON and BINARY formats and
|
|
encrypts with AWS KMS and PGP. When encrypting YAML and JSON, the content of
|
|
the file is manipulated as a tree where keys are stored in cleartext, and
|
|
values are encrypted.
|
|
|
|
WWW: https://github.com/mozilla/sops
|