Skip to content

Instantly share code, notes, and snippets.

@m---

m---/koe.py Secret

Created March 17, 2015 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m---/bed395db35a397664cfc to your computer and use it in GitHub Desktop.
Save m---/bed395db35a397664cfc to your computer and use it in GitHub Desktop.
buf = [
0x27,
0x2D,
0x20,
0x26,
0x3A,
0x75,
0x2F,
0x38,
0x35,
0x29,
0x28,
0x2F,
0x26,
0x1E,
0x28,
0x32,
0x1E,
0x23,
0x72,
0x35,
0x35,
0x24,
0x33,
0x1E,
0x35,
0x29,
0x20,
0x2F,
0x1E,
0x35,
0x29,
0x20,
0x35,
0x1E,
0x70,
0x35,
0x33,
0x20,
0x28,
0x2F,
0x3C,
0x41,
0x00,
0x47,
0x43
]
print ''.join(map(lambda x: chr((ord('f') ^ 0x27) ^ x), buf))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment