Hacker News new | ask | show | jobs
by innocenat 4023 days ago
As a note, even CRC32 is enough to check most random collisions.
1 comments

I actually thought of using CRC32 when developing my first system, but I preferred MD5 because it would be easier and clearer for people to check file integrity in a *NIX command line.