Created
December 3, 2014 17:24
-
-
Save StFS/d0cfdf2b857edd014b2d to your computer and use it in GitHub Desktop.
Jólanördaþraut
This file contains hidden or 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
import base64, string, urllib | |
rot13 = string.maketrans("ABCDEFGHIJKLMabcdefghijklmNOPQRSTUVWXYZnopqrstuvwxyz","NOPQRSTUVWXYZnopqrstuvwxyzABCDEFGHIJKLMabcdefghijklm") | |
print(urllib.unquote(string.translate(base64.b64decode('VyVQMyVPM3l2YSUyMGElUDMlTjF5dG5mZyUyMCVQMyVPMyVQMyVPMHN5aHRu'), rot13))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment