Skip to content

Instantly share code, notes, and snippets.

@terror
Created January 14, 2022 02:23
Show Gist options
  • Save terror/76d3d65d2db07afb4cdfb0c944d8c903 to your computer and use it in GitHub Desktop.
Save terror/76d3d65d2db07afb4cdfb0c944d8c903 to your computer and use it in GitHub Desktop.
h
import random
random.seed(69420)
print(
''.join(
chr(random.randrange(256) ^ c)
for c in
bytes.fromhex('EA8760D97CD68CB754E490D68D37606E97BBC1BD2B25C605CDC0D532BE')
if random.randrange(2)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment