Doing recloacking

This commit is contained in:
Miroslav Stampar
2025-12-30 21:18:16 +01:00
parent 5cc46916cc
commit bb73c60dc0
47 changed files with 48 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ if sys.version_info >= (3, 0):
xrange = range
ord = lambda _: _
KEY = b"E6wRbVhD0IBeCiGJ"
KEY = b"wr36EPIvaR7ZDfb4"
def xor(message, key):
return b"".join(struct.pack('B', ord(message[i]) ^ ord(key[i % len(key)])) for i in range(len(message)))

Binary file not shown.

Binary file not shown.