PDA

View Full Version : What's that MD5!



LaRoza
October 16th, 2007, 09:22 PM
The game is simple, give an MD5 Checksum, and have the next person give the original content, ie, word, file, etc. Only post if you correctly answer the previous one.

3e25960a79dbc69b674cd4ec67a72c62

LaRoza
October 17th, 2007, 12:19 AM
Two hours and no takers? It was a joke by the way :D

(It was "Hello world", in case you were wondering)

InsertNameHere
October 17th, 2007, 01:16 AM
1d41c853af58d3a7ae54990ce29417d8

FuturePilot
October 17th, 2007, 06:57 AM
How do you do this?

Vicfred
October 17th, 2007, 09:50 AM
hmm you can do it with an implementation on lots of programming languages hmm or you can use an online generator... the only way i know to de-crypt md5 is throught rainbow tables... and its pretty fast when you got the tables but generate the tables may be toooo slow on a single pc tho...this is what i know maybe theres more ways to decrypt it

@InsertNameHere

its "ubuntu" hmm my turn?

2ecca0f10025449158f294ac358d345e

LaRoza
October 17th, 2007, 05:26 PM
To use Python (installed on Ubuntu, available for most OS's including Windows) see my wiki if you don't have it.

Type "python" in a terminal, you will get an interactive session.

Type "import md5"

Now, use:



print md5.md5(string)


I used "print md5.md5("Hello world")

FuturePilot
October 17th, 2007, 06:07 PM
>>> print md5.md5("Hello World")
<md5 HASH object @ 0xb7dc9b80>
>>>

Did I do this right?:confused:

LaRoza
October 18th, 2007, 12:46 PM
>>> print md5.md5("Hello World")
<md5 HASH object @ 0xb7dc9b80>
>>>

Did I do this right?:confused:

Sorry, I made an error

>>> import md5
>>> m = md5.new()
>>> m.update("Hello world")
>>> m.hexdigest()

FuturePilot
October 18th, 2007, 03:54 PM
Sorry, I made an error

>>> import md5
>>> m = md5.new()
>>> m.update("Hello world")
>>> m.hexdigest()

There we go.

'3e25960a79dbc69b674cd4ec67a72c62'

Vicfred
October 19th, 2007, 10:32 AM
There we go.

'3e25960a79dbc69b674cd4ec67a72c62'


its "hello world", my turn

'f8e3bfa0d2f3d1d1bf33e9b80f11d752'

PCaddicted
July 13th, 2011, 09:07 PM
I don't know.
8g8g09fyguf99n8g98ye56r