security - Difference between CRC and hash method (MD5, SHA1) -


both crc , hash methods can used verify integrity of original data. why systems uses hash method nowadays?

crc designed prevent transmission errors, not malicious action.

therefore, isn't collision resistant.

in particular, linear properties of crc codes allow attacker modify message in such way leave check value unchanged


Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -