From 1a5d2537adefdb7053d5f0a64ceed85a98f0223d Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 1 Dec 2022 19:21:32 -0800 Subject: [PATCH] document --decrypt-trivial-data option --- src/Main.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Main.cc b/src/Main.cc index 41d358ae..652851ca 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -294,6 +294,9 @@ The options are:\n\ non-BB ciphers, the --big-endian option applies the cipher masks as\n\ big-endian instead of little-endian, which is necessary for some GameCube\n\ file formats.\n\ + --decrypt-trivial-data\n\ + Decrypt (or encrypt - the algorithm is symmetric) data using the Episode\n\ + 3 trivial algorithm. --seed should be specified as one hex byte.\n\ --find-decryption-seed\n\ Perform a brute-force search for a decryption seed of the given data.\n\ The ciphertext is specified with the --encrypted= option and the expected\n\