Menu Sign In Contact FAQ
Banner
Welcome to our forums

New forum section: IT

gallois wrote:

42

But what was the question?

@Peter it’s not garbage :)

Base64 doesn’t have to decode to ASCII.

ESME, ESMS

Indeed, that’s the whole point of base64 etc (to convert binary into printable ascii chars) but I looked at the decoded binary and couldn’t see anything evident there.

Administrator
Shoreham EGKA, United Kingdom

Every piece of information I included in the original string is important. Including what doesn’t seem to be base64. I think I gave you too much now

ESME, ESMS
echo ‘#QBdg%HGILH&R9vch)NBTAt5.X3oWb\BxMbn5,GR0wTQ*0xuHBc=’ | base64 —decode —ignore-garbage | hexdump
0000000 1740 1c60 0b62 1f1d 726f 4113 0b4c 5f79
0000010 167a 1c6c 6e4c 467e 4c47 4313 6e4c 171c

There does seem to be a pattern but I have no idea what to do with the special chars.

EDQH, Germany

Nothing 0×80 or higher, is probably significant.

Administrator
Shoreham EGKA, United Kingdom

Everything is significant.

In general, when you see a set of data that looks like garbage, but it is not, what could it be then?

Last Edited by Dimme at 02 May 14:48
ESME, ESMS

zipfile? Wrong signature.

Administrator
Shoreham EGKA, United Kingdom

So when you see garbled up data flying through the aether the first thing that pops to mind is a zipfile?

ESME, ESMS

Not going to be a zipfile, or other compressed data, since everything (in the base64 decode) is below 0×80.

Administrator
Shoreham EGKA, United Kingdom
Sign in to add your message

Back to Top