I am trying to figure out how to decode this string as part of a geocaching puzzle:
4vU8XHh8AQobJTyGY0dluvecMvMVHbf0JLfZTB8komg=
I thought it might be MIME encoded but I cannot find a decoder that gives me any useful information.
I am trying to figure out how to decode this string as part of a geocaching puzzle:
4vU8XHh8AQobJTyGY0dluvecMvMVHbf0JLfZTB8komg=
I thought it might be MIME encoded but I cannot find a decoder that gives me any useful information.
The data is quite clearly base64 (the restricted character repertoire could otherwise be pretty much anything, but the final
=
is not used elsewhere in base64 which is IMHO a giveaway; it is used to pad the end of the string so that it is always a multiple of four characters long) but decoding it doesn't reveal anything useful at least to me.