Skip to content

Instantly share code, notes, and snippets.

@parsiya
Created November 9, 2017 02:07
Show Gist options
  • Save parsiya/3c18b044bda63d34bdb83eddb66bee4c to your computer and use it in GitHub Desktop.
Save parsiya/3c18b044bda63d34bdb83eddb66bee4c to your computer and use it in GitHub Desktop.
from base64 import b64encode
from binascii import unhexlify
print b64encode(unhexlify("0a0b0c0d"))
CgsMDQ==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment