From 52ed10dc441c45649ce4f4bedbf59bb72c63cda8 Mon Sep 17 00:00:00 2001 From: unicornsasfuel Date: Sat, 7 Apr 2018 10:48:54 -0500 Subject: [PATCH] Updated help text for multi byte xor cracker --- cryptanalib/modern.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptanalib/modern.py b/cryptanalib/modern.py index 847ae2e..99a0109 100644 --- a/cryptanalib/modern.py +++ b/cryptanalib/modern.py @@ -1037,6 +1037,7 @@ def break_multi_byte_xor(ciphertext, max_keysize=40, num_answers=5, pt_freq_tabl ciphertext - Ciphertext to attack max_keysize - Largest keysize to try + min_keysize - Smallest keysize to try num_answers - (int) maximum number of answers to return pt_freq_table - A frequency table for the expected plaintext, as generated by generate_frequency_table()