Skip to content

Instantly share code, notes, and snippets.

@naveensrinivasan
Created February 12, 2015 16:50
Show Gist options
  • Save naveensrinivasan/7242f8e6404e10126a24 to your computer and use it in GitHub Desktop.
Save naveensrinivasan/7242f8e6404e10126a24 to your computer and use it in GitHub Desktop.
decoding email address
# challenge http://truveris.github.io/jobs/
import base64
code = 'aW1wb3J0IGNvZGVjcwpwcmludChjb2RlY3MuZGVjb2RlKHN0cigiciIuam9pbihbInEiLCAiaUBnZWhpIiwgImV2Zi5wYnoiXSkpLCAicm90MTMiKSkK'
code.decode('base64')
exec code.decode('base64')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment