Comment on Poisonous MD5 – Wolves Among the SheepparentComments−innocenat11yAs a note, even CRC32 is enough to check most random collisions.−aylons11yI 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.
Comments
As a note, even CRC32 is enough to check most random collisions.
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.