From 22b607acecbfc96d0442e98374d91680e93bb7fd Mon Sep 17 00:00:00 2001 From: dschaft Date: Wed, 6 May 2026 16:07:48 +0200 Subject: [PATCH] Update theXORitself.py --- theXORitself.py | 2 ++ 1 file changed, 2 insertions(+) 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())