Created
September 4, 2016 16:37
-
-
Save windows98SE/0a58572eb926e398a5efd8bc1c57f976 to your computer and use it in GitHub Desktop.
test
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
#/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