working
This commit is contained in:
6
cscg25/rev/intro2/genPassword.py
Normal file
6
cscg25/rev/intro2/genPassword.py
Normal file
@@ -0,0 +1,6 @@
|
||||
password = b"\x02\xea\x02\xe8\xfc\xfd\xbd\xfd\xf2\xec\xe8\xfd\xfb\xea\xf7\xfc\xef\xb9\xfb\xf6\xea\xfd\xf2\xf8\xf7\x00"
|
||||
|
||||
input = bytes((byte + 0x77) % 256 for byte in password)
|
||||
|
||||
with open("password.bin", "wb") as f:
|
||||
f.write(input)
|
||||
Reference in New Issue
Block a user