Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
1–10 of 17 posts
Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#2Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#3Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#4If I wanted to know the answer to that question, I'd first search some precomputed rainbow tables to see if anybody's gotten lucky:
Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#5Simple answer: of course there is. The real challenge is finding such strings. If I wanted to know the answer to that question, I'd first search some precomputed rainbow tables to see if anybody's gotten lucky: http://project-rainbowcrack.com/table.htm
Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#6Simple answer: of course there is. The real challenge is finding such strings. If I wanted to know the answer to that question, I'd first search some precomputed rainbow tables to see if anybody's gotten lucky: http://project-rainbowcrack.com/table.htm
Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#7Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#8Simple answer: of course there is. The real challenge is finding such strings. If I wanted to know the answer to that question, I'd first search some precomputed rainbow tables to see if anybody's gotten lucky: http://project-rainbowcrack.com/table.htm
The discussion on security.SE seems to imply it's unknown: https://security.stackexchange.com/questions/107081/does-eve... so if you have a proof of your simple answer, I'm sure they'd welcome it
Which is basically the same thing the GP says.
Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#9Simple answer: of course there is. The real challenge is finding such strings. If I wanted to know the answer to that question, I'd first search some precomputed rainbow tables to see if anybody's gotten lucky: http://project-rainbowcrack.com/table.htm
The discussion on security.SE seems to imply it's unknown: https://security.stackexchange.com/questions/107081/does-eve... so if you have a proof of your simple answer, I'm sure they'd welcome it
Re: Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?
#10That being said, MD5 is no longer considered cryptographically secure due to vulnerabilities discovered over the years, such as hash collisions. But finding a specific hash, like the one you mentioned, would still require a brute-force attack or an advanced cryptanalytic method, neither of which is guaranteed to succeed.