Files
hacklab/2/Basics2/test.py
2025-12-15 13:31:12 +01:00

7 lines
164 B
Python

token=0x7eb14d7dbc4f74ab4225e75d49a35a22a25a49b74027a35c25a61d648f1650bf5e42aa5f2fad
key=0x16d02e
for c in token.to_bytes():
out = token ^ key;
print(out)