7 lines
164 B
Python
7 lines
164 B
Python
token=0x7eb14d7dbc4f74ab4225e75d49a35a22a25a49b74027a35c25a61d648f1650bf5e42aa5f2fad
|
|
key=0x16d02e
|
|
|
|
for c in token.to_bytes():
|
|
out = token ^ key;
|
|
print(out)
|