Skip to content

Commit

Permalink
Book: Grammar tochups.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Feb 11, 2024
1 parent d4a9ecd commit 34f6f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 34f6f7e

Please sign in to comment.