Skip to content

Instantly share code, notes, and snippets.

@windows98SE
Created September 4, 2016 16:37
Show Gist options
  • Save windows98SE/0a58572eb926e398a5efd8bc1c57f976 to your computer and use it in GitHub Desktop.
Save windows98SE/0a58572eb926e398a5efd8bc1c57f976 to your computer and use it in GitHub Desktop.
test
#/usr/bin/python3
import base64
data = b''
with open("decode.txt", "wb") as fh:
fh.write(base64.decodestring(data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment