Update theXORitself.py
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user