Skip to content

Instantly share code, notes, and snippets.

@raymonstah
Last active May 1, 2024 01:23
Show Gist options
  • Save raymonstah/5462963e2e857d327965 to your computer and use it in GitHub Desktop.
Save raymonstah/5462963e2e857d327965 to your computer and use it in GitHub Desktop.
print(''.join([chr(x) for x in [int(x,16) for x in \
[str(hex(2 * 2 * 5 * 7 * 37 * 149 * 5417 * 148781 \
* 51939996061871)[i:(i+2)])\
for i in range(25)][2::2]]]))
@raymonstah
Copy link
Author

Prime numbers <3

@Rudxain
Copy link

Rudxain commented Jun 2, 2022

This is interesting, a very peculiar way of obfuscation. I made a JS port of this

Note

link broken, see my next comment

@Rudxain
Copy link

Rudxain commented May 1, 2024

I've moved the JS Gist to a repo dedicated to HW programs that behave like Rube Goldberg machines!

@raymonstah Can we add your script to the repo? (with proper authorship/credits of course)

@raymonstah
Copy link
Author

@Rudxain feel free to use it as you like, as this is not my original idea! I also ported it, but I don’t recall from where.

@Rudxain
Copy link

Rudxain commented May 1, 2024

feel free to use it as you like

Thanks!

I also ported it, but I don’t recall from where.

lmao 💀. I can relate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment