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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -