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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

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