Skip to content

Commit 52ed10d

Browse files
author
unicornsasfuel
committed
Updated help text for multi byte xor cracker
1 parent 9ad2db8 commit 52ed10d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cryptanalib/modern.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ def break_multi_byte_xor(ciphertext, max_keysize=40, num_answers=5, pt_freq_tabl
10371037
10381038
ciphertext - Ciphertext to attack
10391039
max_keysize - Largest keysize to try
1040+
min_keysize - Smallest keysize to try
10401041
num_answers - (int) maximum number of answers to return
10411042
pt_freq_table - A frequency table for the expected plaintext, as generated
10421043
by generate_frequency_table()

0 commit comments

Comments
 (0)