initial
This commit is contained in:
6
2/Basics2/test.py
Normal file
6
2/Basics2/test.py
Normal file
@@ -0,0 +1,6 @@
|
||||
token=0x7eb14d7dbc4f74ab4225e75d49a35a22a25a49b74027a35c25a61d648f1650bf5e42aa5f2fad
|
||||
key=0x16d02e
|
||||
|
||||
for c in token.to_bytes():
|
||||
out = token ^ key;
|
||||
print(out)
|
||||
Reference in New Issue
Block a user