Update theXORitself.py

This commit is contained in:
2026-05-06 16:07:48 +02:00
parent d17843181f
commit 22b607acec
+2
View File
@@ -30,6 +30,8 @@ def main(argv):
if len(comp1) not in (16, 32, 64, 128, 256): if len(comp1) not in (16, 32, 64, 128, 256):
print("All components should be of byte length") print("All components should be of byte length")
print(len(comp1)) print(len(comp1))
print(len(comp2))
print(len(comp3))
sys.exit(2) sys.exit(2)
bytes1 = bytes.fromhex( comp1.encode("utf-8").hex()) bytes1 = bytes.fromhex( comp1.encode("utf-8").hex())