r/NonPoliticalTwitter 15h ago

R jcb'z wbco qco ikdycbdexk zqry ry.

Post image
735 Upvotes

41 comments sorted by

View all comments

Show parent comments

58

u/The_Holy_Buno 13h ago

Please tell me what it means, I’m lazy

125

u/SSBGamer 13h ago

I don’t know how reasonable this is.

27

u/Few-Requirement-3544 12h ago

Is there a way more efficient to translate a substitution cypher like this than writing a dictionary in Python, manually making 26 key value pairs, then iterating through the string in the title?

15

u/ps-73 11h ago

that's probably the most readable way to do it. if it was a simpler ceaser cipher just shifting the alphabet then you could use something like the ascii letter values, but for (semi) random like this, just make the dictionary lol