Hash Code reveals Lost TV Series ending?

"A post on the respected fansite Dark UFO has claimed that the show's conclusion will become apparent to whoever decrypts the code:

"626110432547f398491fad32d6add11b

-- "Cult News: Hash code reveals 'Lost' ending?", digitalspy.co.uk, Saturday, February 6 2010

Comments Below (Latest at the top)

They will add a video on the

They will add a video on the internet with the solution. It's MD5 will be that one.

Maybe there is something more..

First looking at the text  appear to be a valid MD5(128 bit, 32chars)  checksum hash, no dictionary reverse-know by a rainbow table (read below) that's looks more complicated.

If really is a md5 checksum hash <maybe> it's was created by adding "salt" to the original message, for example: md5(hello) = hash1 & md5(hello.salt) = hash2 -> hash1 != hash2, so collisionning the main md5 without a clue is only crap and the amount of time to do it is exponencially stupid!

Nothing more to say!

C'ya

Played with the numbers and letter.

ff ada ddd b
aa ff ddd b
aa ddd ff b
b a a f f d d d
2+11+44+66 = 123

51
36
34
33
29
32
18
17
15
10

10 51 32 33 34 15 36 17 18 29
1 5 3 3 3 1 3 1 1 2
12 15 41 43
2 5 1 3  - 1 2 3 (123 from above)

5 = www.five.com

Decode time

My computer can do arond 300 000 000 combinations per second (just for alphanumeric + space). The estimated time to decode is 6760 days 1 hour and 48 minutes. If we had access to a distributed farm of few thousands machines we could crack it.

Heureka! Partly...

Maybe I found it. I typed this code to DEC/CHAR on

http://home2.paulschou.net/tools/xlate/

and it spitted in BASE64 this code /5sgBgsA

which seems like a part of some shortening web address (like goo.gl)

but http://goo.gl/5sgBgsA does´nt work, I think its another kind of addres, but I can´t find out which.

Hope it is it!

i tried

i tried http://tinyurl.com/5sgBgsA it is not :(

  

MD5 hash

It's a normal 128bit MD5 hash (hex):

62 61 10 43 25 47 f3 98 49 1f ad 32 d6 ad d1 1b (16 bytes, 128 bit)

It's impossible  to crack, because a hash does not save the information about data. It's only possible to calculate a collision with the same hash

It's like a checksum

So it's like a checksum, so the original message can not be derived from it. You would have to guess the orginal message (which could be of any length), and then see whether it generates the same MD5 hash. Hence there is no encoded/encrypted message.

Original source?

Anyone know where the original source of this story came from? The digitalspy story claims that it came from fansite Dark UFO, but there only seems to be a single references to a Twitter post. Looks like garbage to me.

Decoding

"626110432547f398491fad32d6add11b" is only 12 hexadecimal 8-bit characters. We need a minimum of 5 bits per alphabetical characters, so this could represent 12 x 8 / 5 = 19 5-bit characters.

4541aa0ed38bf4dbfa3aa325c80fb329

4541aa0ed38bf4dbfa3aa325c80fb329

Cryptic

A little cryptic, but "4541aa0ed38bf4dbfa3aa325c80fb329"appears to be the MD5 of "626110432547f398491fad32d6add11b"

626110432547f398491fad32d6add11b

Decoded this means - "it ends where it began"

 

What this means is anyones guess. Jack Waking up in the jungle perhaps??

wrong

it ends where it began = 0e917939fcc788d8c70ca2725f073e0d

It ends where it began

"it ends where it began"

Is this a guess, or how did you work it out?

Just ran the encryption, I

Just ran the encryption, I hope this aint legit though because this ending should suck.

Really?

What do you mean you "just ran the encryption"? That statement makes no sense. If this is in fact an MD5 checksum then what you should have done first would have been to attempt to reverse it. If you had you would have received: 4541aa0ed38bf4dbfa3aa325c80fb329

Which makes absolutely no sense correct?

The next step would be to run Cain or some other script kiddie tool against the hash with a dictionary file. If my hunch is correct it would likely be written in Latin (the language of the "others" and the island) therefore rendering and dictionary file completely useless unless you know someone who has the ability to create a Latin dictionary file. I'm gonna go ahead and guess the answer is no on that one.

The only other step you could have taken after this would have been a brute force attack on the checksum. The response you posted is 21 characters long (including spaces) which is pretty darn big. Now i'm no rocket scientist but you have one heck of a super computer on your hands if you cracked that large of an MD5 in less than 24 hours.... Maybe if you weren't so stingy with it we could have allowed the SETI people to have worked out a time share deal with the good folks on Jupiter by now and all be frolicking around on one of their moons for vacation....

What I'm getting at is there is no way you came to that conclusion in any manner other than rectal excretion. If you have opinions keep them to yourself. If you have facts share them.

Lostpedia discussion

lostpedia.com has a discussion where someone suggests that it translates into:

"6 numbers lost, 6 billion saved."

That doesn't seem like a solution to me.

yes it does fool, oceanic 6

yes it does fool,

oceanic 6 died , to save the world

Other 6 numbers possibility

It is possible 6 numbers also refers to the actual numbers: 4, 8, 15, 16, 23, 42

this was my thought when i

this was my thought when i read "6 numbers"!!

No solution

The "MD5 conversion and MD5 reverse lookup" results in no valid string. Looks like it could be a hoax.

MD5? Good luck...

Not even NASA has been able to decrypt MD5. So if the ending is hiding there and it's encrypted in MD5 you will have to wait until may to know the ending.

How do you know it's MD5?

What makes the code MD5? Couldn't just as easily be a simply hex substitution?

I wrote a quick PHP script to

I wrote a quick PHP script to try to interpret it as a hex representation of an ASCII string.  As it turns out, more than half the characters aren't even in the printable character range (32 decimal to 128 decimal).  But this is what it comes out to:

hex=>dec=>ASCII (NP = nonprintable)
0x62=> 98=>b
0x61=> 97=>a
0x10=> 16=>[NP]
0x43=> 67=>C
0x25=> 37=>%
0x47=> 71=>G
0xf3=>243=>[NP]
0x98=>152=>[NP]
0x49=> 73=>I
0x1f=> 31=>[NP]
0xad=>173=>[NP]
0x32=> 50=>2
0xd6=>214=>[NP]
0xad=>173=>[NP]
0xd1=>209=>[NP]
0x1b=> 27=>[NP]

"ba[NP]C%G[NP][NP]I[NP][NP]2[NP][NP][NP][NP]"