diff --git a/docs/INPUT_OPTIONS.md b/docs/INPUT_OPTIONS.md index 2b4cec0..8b17c58 100644 --- a/docs/INPUT_OPTIONS.md +++ b/docs/INPUT_OPTIONS.md @@ -5,7 +5,7 @@ This page describes `tird` input options. ## Table of contents -- [[01] Select an action](#01-select-an-option) +- [[01] Select an option](#01-select-an-option) - [[02] Use custom settings?](#02-use-custom-settings) - [[03] Argon2 time cost](#03-argon2-time-cost) - [[04] Max padding size](#04-max-padding-size) @@ -30,27 +30,27 @@ Select the action to perform from the MENU list.
Action number | Short description | Description |
Action | Description | |
0 | Exit | Exiting tird . |
0. Exit | Exiting tird . | |
1 | Info & warnings | Displaying info and warnings. |
1. Info & warnings | Displaying info and warnings. | |
2 | Encrypt | Encrypt file contents and comments; write the cryptoblob to a new file. |
2. Encrypt | Encrypt file contents and comments; write the cryptoblob to a new file. | |
3 | Decrypt | Decrypt a file; display the decrypted comments and write the decrypted contents to a new file. |
3. Decrypt | Decrypt a file; display the decrypted comments and write the decrypted contents to a new file. | |
4 | Embed | Embed file contents (no encryption): write input file contents over output file contents. |
4. Embed | Embed file contents (no encryption): write input file contents over output file contents. | |
5 | Extract | Extract file contents (no decryption) to a new file. |
5. Extract | Extract file contents (no decryption) to a new file. | |
6 | Encrypt & embed | Encrypt file contents and comments; write the cryptoblob over a container. |
6. Encrypt & embed | Encrypt file contents and comments; write the cryptoblob over a container. | |
7 | Extract & decrypt | Extract and decrypt cryptoblob; display the decrypted comments and write the decrypted contents to a new file. |
7. Extract & decrypt | Extract and decrypt cryptoblob; display the decrypted comments and write the decrypted contents to a new file. | |
8 | Create w/ random | Create a file with random data. |
8. Create w/ random | Create a file with random data. | |
9 | Overwrite w/ random | Overwrite file contents with random data. |
9. Overwrite w/ random | Overwrite file contents with random data. |