mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
164ee0ed7b
PR: 225267 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14111
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
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
|