diff --git a/theXORitself.py b/theXORitself.py index 13a4599..6d5a997 100644 --- a/theXORitself.py +++ b/theXORitself.py @@ -30,6 +30,8 @@ def main(argv): if len(comp1) not in (16, 32, 64, 128, 256): print("All components should be of byte length") print(len(comp1)) + print(len(comp2)) + print(len(comp3)) sys.exit(2) bytes1 = bytes.fromhex( comp1.encode("utf-8").hex())