From 34f6f7e1e45fa5d7bb46390d97a7307e7a3b41f1 Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Sun, 11 Feb 2024 17:11:03 +0100 Subject: [PATCH] Book: Grammar tochups. --- book/goals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/goals.md b/book/goals.md index f58db96..6a7ea3f 100644 --- a/book/goals.md +++ b/book/goals.md @@ -40,7 +40,7 @@ This list includes a collection of SOPS features which are currently not under c - Partial retrieval: Use `rops decrypt FILE | jq` instead? - Partial modification: - Use `rops edit` or `rops decrypt FILE | jq map | rops encrypt --format FORMAT` instead? This will unfortunately skip initialization vector reuse for unchanged value. + Use `rops edit` or `rops decrypt FILE | jq map | rops encrypt --format FORMAT` instead? This will unfortunately skip initialization vector reuse of unchanged values. - The `--ignore-mac` flag: Deemed too insecure. `rops` files are instead encouraged to be placed under and then recovered with version control systems such as git.