➜ xortool encrypted -l 9 -o
Traceback (most recent call last):
File "/bin/xortool", line 381, in <module>
main()
File "/bin/xortool", line 68, in main
key_char_used) = guess_probable_keys_for_chars(ciphertext, try_chars)
File "/bin/xortool", line 252, in guess_probable_keys_for_chars
keys = guess_keys(text, c)
File "/bin/xortool", line 274, in guess_keys
key_possible_bytes[offset].append(chr(ord(char) ^ most_char))
TypeError: ord() expected string of length 1, but int found
When I try to use the
-cor-bor-oparameter I am getting a Type Error saying:I have tried to use it like
xortool encrypted -l 9 -c 00.Also tried
xortool encrypted -l 9 -c 20but it all results in the Type error