Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
please decode md5 hash
04-29-2012, 11:47 PM (This post was last modified: 04-30-2012 01:40 AM by fakeraol.)
Post: #11
RE: please decode md5 hash
(04-29-2012 09:26 PM)gerard Wrote:  fakeraol you said it's impossible mathematical let me said you are totally wrong (ex: tan arctan)
it's possible to reverse md5 but it's too hard (AAA)

http://en.wikipedia.org/wiki/MD5#Collisi...rabilities
Quote:My (binary) password nr. 1
Code:
d131dd02c5e6eec4 693d9a0698aff95c 2fcab58712467eab 4004583eb8fb7f89
55ad340609f4b302 83e488832571415a 085125e8f7cdc99f d91dbdf280373c5b
d8823e3156348f5b ae6dacd436c919c6 dd53e2b487da03fd 02396306d248cda0
e99f33420f577ee8 ce54b67080a80d1e c69821bcb6a88393 96f9652b6ff72a70
My (binary) password Nr. 2
Code:
d131dd02c5e6eec4 693d9a0698aff95c 2fcab50712467eab 4004583eb8fb7f89
55ad340609f4b302 83e4888325f1415a 085125e8f7cdc99f d91dbd7280373c5b
d8823e3156348f5b ae6dacd436c919c6 dd53e23487da03fd 02396306d248cda0
e99f33420f577ee8 ce54b67080280d1e c69821bcb6a88393 96f965ab6ff72a70
Tell me, witch of the two passwords i have used for this MD5 hash:
Quote:79054025255fb1a26e4bc422aef54eb4

http://en.wikipedia.org/wiki/MD5#Pseudocode
Quote:<-- snip -->
for i from 0 to 63
    k[i] := floor(abs(sin(i + 1)) × (2 pow 32))
end for
<-- snip -->
tell me: how do you get the part of the calculation back by calculation, witch was dropped by "floor"?
Find all posts by this user
Quote this message in a reply
04-30-2012, 10:47 PM
Post: #12
RE: please decode md5 hash
a string has a unique md5 hash
+ your password in hex
next time don't copy/paste from wiki

about md5 take a look here
http://www.ietf.org/rfc/rfc1321.txt
Find all posts by this user
Quote this message in a reply
05-01-2012, 12:38 AM
Post: #13
RE: please decode md5 hash
yes, thats right. you can get md5sum from strings.
from binary data you can get md5 also.

you failed to answer both questions.
btw.: your quoted link is outdated, as i already wrote in this tread.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication