Skip to content

Commit

Permalink
Updated help text for multi byte xor cracker
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornsasfuel committed Apr 7, 2018
1 parent 9ad2db8 commit 52ed10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cryptanalib/modern.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 52ed10d

Please sign in to comment.