From 2caaaf2920e9b601dc8310bacbe34f529dbc1ed1 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Wed, 12 Jun 2024 20:37:18 +0900 Subject: [PATCH] Update README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index a3c9d8e..07a8878 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,27 @@ Enabling debug messages additionally shows: - salts, passphrases, digests, keys, nonces, tags; - some other info. +## Input options + +`tird` has the following input options: + +- \[01] Select an option +- \[02] Use custom settings? +- \[03] Argon2 time cost +- \[04] Max padding size +- \[05] Set a fake MAC tag? +- \[06] Input file path +- \[07] Output file path +- \[08] Start position +- \[09] End position +- \[10] Comments +- \[11] Keyfile path +- \[12] Passphrase +- \[13] Proceed? +- \[14] Output file size + +A detailed description of these options with examples can be found [here](https://github.com/hakavlad/tird/blob/main/docs/INPUT_OPTIONS.md). + --- ## Documentation