How would you solve this problem?

slayer202

Lifer
Nov 27, 2005
13,679
119
106
SWYgeW91IGZpZ3VyZSBvdXQgd2hhdCB0aGlzIHNheXMsIGdpdmUgdGhlIGFuc3dlciAxMDAw




Ready, Go...Ignore that space thats in there. not sure why its showing up like that
 

olds

Elite Member
Mar 3, 2000
50,124
779
126
First thing I would do is punch you in the throat.
 
Oct 27, 2007
17,009
5
0
Can we get some context? What are we even trying to do with a seemingly random string of characters? Are we meant to find an encrypted message in it? How do I know you're not just screwing with us?
 
Last edited:

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Can we get some context? What are we even trying to do with a seemingly random string of character? Are we meant to find an encrypted message in it? How do I know you're not just screwing with us?

It's base64, decoded it says

'If you figure out what this says, give the answer 1000'
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,703
4,661
75
0x3E8 ;)

Edit: Since Crusty posted the answer, what I posted is 1000 base 16.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,703
4,661
75
Code:
SWYgeW91IGZpZ3VyZSBvdXQgd2hhdCB0aGlzIHNheXMsIGdpdmUgdGhlIGFuc3dlciAxMDAw

Edit: That is freaky how that space pops in there without code tags.
 
Oct 27, 2007
17,009
5
0
Edit: That is freaky how that space pops in there without code tags.
It stops people screwing up the page formatting by posted extremely long strings of text without spaces. Now people just fuck up the formatting with very large images.
 

slayer202

Lifer
Nov 27, 2005
13,679
119
106
It's base64, decoded it says

'If you figure out what this says, give the answer 1000'

Thank you. Knew it was some kind of ascii or binary but couldn't decode it. Answer was for a friend. Not sure why the bimmer guy wanted to know also. how did you even find that?
 
Oct 27, 2007
17,009
5
0
Ranidcl can you explain how this is encoded? I don't understand how you're finding base 64 numbers in the message. If each character can either be [0-9a-zA-Z] then there are only 62 possible values in each character. Furthermore there are 72 characters in the original message and 54 characters in your solution. Am I too stupid to understand this problem?
 

dullard

Elite Member
May 21, 2001
26,066
4,712
126
Ranidcl can you explain how this is encoded? I don't understand how you're finding base 64 numbers in the message. If each character can either be [0-9a-zA-Z] then there are only 62 possible values in each character. Furthermore there are 72 characters in the original message and 54 characters in your solution. Am I too stupid to understand this problem?
This will decode it for you. Note that decoder ignores the space, so you can too. Yes, 1000 is the right answer. And yes, 0-9a-zA-Z are the first 62 values in base 64 coding. The last two symbols are "+" and "/". How Crusty knew it was base 64 is up to him to answer.

Base64 creates 4 characters for every 3 characters you put in. 54*4/3 = 72.
 
Last edited:
Oct 27, 2007
17,009
5
0
This will decode it for you. Note that decoder ignores the space, so you can too. Yes, 1000 is the right answer. And yes, 0-9a-zA-Z are the first 62 values in base 64 coding. The last two symbols are "+" and "/". How Crusty knew it was base 64 is up to him to answer.

Base64 creates 4 characters for every 3 characters you put in. 54*4/3 = 72.
Oh I see, I was assuming that it was base 64 with each number giving a single ascii character (eg, 0 gives 65 (ascii A), 1 gives 66 etc). Thanks dullard.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
This will decode it for you. Note that decoder ignores the space, so you can too. Yes, 1000 is the right answer. And yes, 0-9a-zA-Z are the first 62 values in base 64 coding. The last two symbols are "+" and "/". How Crusty knew it was base 64 is up to him to answer.

Base64 creates 4 characters for every 3 characters you put in. 54*4/3 = 72.

Just looking at the text it screams Base64 to me and testing to see if I got a plaintext output from decoding it was trivial. It was the first thing I thought of and the only thing I probably would have considered trying :p
 

MichaelD

Lifer
Jan 16, 2001
31,528
3
76
I keep up with pretty much all current tech. PCs, laptops, netbooks, cellphones, home gadgets, home theater, etc. People I don't know come to me for advice b/c they heard from some friend of a friend that I knew something about thisgadgetthinghere.

But then there's this thread. A thread where some random 100+character thread of nonsense is posted by some dweeb as a challenge. And of course every freakin' I-do-fluid-dynamics-calculus-equations-for-breakfast-using-only-my-left-big-toe-and-a-small-cinammon-stick comes out of the woodwork with NOT ONLY the correct answer (HOW the hell do you even ascertain that the OP was even a question?!!), but some random, bored, Emo comment like "OH,....I noticed it was like...a semi-demi-quadratic-variable-onTuesday-only-moonphase-equation.....it was simple."


Know what? Screw you people! Seriously! Just...f'in screw you and your weirdo, plugged in wrong, unbalanced brains. What_the_hell is WRONG with you all that you think that way? Do you see a Cardinal land on the tree outside your window and wonder if it could fly that way with 43%-(*<<+_>23% of it's wings clipped off? Yeah, you probably do. Damn freaks.

Stay out of my head, OK?
 
Oct 27, 2007
17,009
5
0
panda-lol.gif
 

IronWing

No Lifer
Jul 20, 2001
72,952
34,125
136
How do you solve a problem like Maria?
How do you hold a moonbeam in your hand?

The thread title put that in my head so I thought I'd share. You're very welcome.