Minor refresh of cloaked files

This commit is contained in:
Miroslav Stampar
2026-02-05 11:10:10 +01:00
parent b1e36c6ddc
commit 5a097c74c0
49 changed files with 50 additions and 50 deletions

View File

@@ -21,7 +21,7 @@ if sys.version_info >= (3, 0):
xrange = range
ord = lambda _: _
KEY = b"wr36EPIvaR7ZDfb4"
KEY = b"ZCuk6GdHSj4KtgDq"
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.