Skip to content

Instantly share code, notes, and snippets.

@StFS
Created December 3, 2014 17:24
Show Gist options
  • Save StFS/d0cfdf2b857edd014b2d to your computer and use it in GitHub Desktop.
Save StFS/d0cfdf2b857edd014b2d to your computer and use it in GitHub Desktop.
Jólanördaþraut
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