Community Page
- creeva.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I am still strangely devastated by this. Like you allude to, I think that he was such a huge part of growing up.
- Still haven't passed 20 =/
- Thank you!!!!!!!!!!!!! As I have said before, you being the first meant that you were the experiment. Hopefully I learned from any mistakes. And so far you have survived and prospered in your life....
- So far I have found @roddenberry, Rod the son of Eugene Roddenberry. @WilliamShatner and @ZacharyQuinto
- For some reason the openafs client won't start - it's being back asswards. I think I'm going to end up combining two projects into one and seeing how it goes. I've been meaning to...
Jump to original thread »
Why I Hate MD5 or: How I Learned to Start Worrying and Hate the Misconceptions | Creeva's World 2.0
Started by creeva · 10 months ago
10 months ago
so the better title would be "why i hate the practice of only using file-contents as input for md5 hashes and not taking the filename itself into account"
10 months ago
6 months ago
But your problem is that you fail to know the goal of the method you use: it's for detecting changes in the files (or, actually, the falsification of the data) and not to have a hash unique to the (actually any random) file. Downloaders aren't intersted whether the file is called "kernel-latest.tar.bz2" or "linux-2.6.31rc2.tar.bz2" as long as it's the same.
Actual security tools (like tripwire, integrit, etc) use file metadata hashing as well, so they detect not just data or filename change, but moving the file or having it changed by any unknown means (which changes, say, inode numbers).
Use tools what they're for. Don't try to screw in a screw with a sledgehammer. ;-)
6 months ago
6 months ago