TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hash collisions. Two different docs and same MD5 hash value

8 pointsby carlosabout 17 years ago

4 comments

tptacekabout 17 years ago
(1) This is very old news.<p>(2) If you are using MD5 OR SHA1 directly in any way, you almost certainly have systems problems that are much scarier than Xiaoyung Wang's attack.<p>If you're doing things right, this stuff shouldn't make any difference.
sohailabout 17 years ago
I am not a PS guru. All of that is gibberish to me. I think this is what is going on:<p>1) There is a single source file foo.ps 2) Since PS is interpreted, there is a statement like: if(filename=="recommendation.ps") { show_recommendation(); } else { show_give_security_clearance(); }<p>This attack will work on no matter what hash you use because it uses social engineering (i.e., laziness - no one looks inside their PS files)<p>I think so anyway...
评论 #156328 未加载
phaedrusabout 17 years ago
I'm taking a computer forensics class, and the professor is an active policeman who does computer forensics. They make a lot of use of hashes in computer forensics - they use hashes to determine if evidence has been tampered with. He's spoken about this - he's aware of the possibility of hash collisions, but he does not believe anyone could practically use them in a real attack.
maurycyabout 17 years ago
In other news, Roman Empire collapsed.