Last active
May 1, 2024 01:23
-
-
Save raymonstah/5462963e2e857d327965 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]]])) |
This is interesting, a very peculiar way of obfuscation. I made a JS port of this
Note
link broken, see my next comment
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)
@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.
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
Prime numbers <3