Created
January 6, 2017 10:41
-
-
Save tartakynov/2d4d0a91d9aac56793f49c30905f4227 to your computer and use it in GitHub Desktop.
base64 dump
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/python | |
import hexdump | |
import base64 | |
m = "aGVsbG8gd29ybGQ=" | |
decodedb64 = base64.b64decode(m) | |
hexdump.hexdump(decodedb64) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haha I have try to decode... because I don't believe the b64 data's, I am an Hacker and I know what can have inside haha ...
You are funny, just the classical string to test... x)
But I have see other line and ...
After fail and install the package lib with pip I see the result. 👍
But what is that and what is the usage you had found with that ?
And fuck but... How to read this !!?
Thanks,
Rick Sanchez [ D-634 ].