There was an error while loading. Please reload this page.
1 parent 87f2c3f commit 8b252bbCopy full SHA for 8b252bb
xortool/xortool
@@ -321,7 +321,7 @@ def print_keys(keys):
321
fmt = "{C_COUNT}{:d}{C_RESET} possible key(s) of length {C_COUNT}{:d}{C_RESET}:"
322
print(fmt.format(len(keys), len(keys[0]), **COLORS))
323
for key in keys[:5]:
324
- print(C_KEY + repr(key)[1:-1] + C_RESET)
+ print(C_KEY + repr(key)[2:-1] + C_RESET)
325
if len(keys) > 10:
326
print("...")
327
0 commit comments