From 778bddc78baa3bf6b73736edbee2ab3bbd8eb212 Mon Sep 17 00:00:00 2001 From: Patrick Armstrong Date: Thu, 10 Jan 2019 21:40:49 -0800 Subject: [PATCH] Add clarification of filetypes to README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 36a6883e9..965712343 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ SOPS: Secrets OPerationS ======================== -**sops** is an editor of encrypted files that supports YAML, JSON and BINARY +**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 and PGP. (`demo `_) @@ -734,7 +734,7 @@ YAML and JSON type extensions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``sops`` uses the file extension to decide which encryption method to use on the file -content. ``YAML`` and ``JSON`` files are treated as trees of data, and key/values are +content. ``YAML``, ``JSON``, ``ENV``, and ``INI`` files are treated as trees of data, and key/values are extracted from the files to only encrypt the leaf values. The tree structure is also used to check the integrity of the file.