Difference between CRC and hash method (MD5, SHA1)

前端 未结 2 1636
南方客
南方客 2021-01-12 18:15

Both CRC and hash methods can be used to verify the integrity of the original data. Why do most systems uses hash method nowadays?

2条回答
  •  心在旅途
    2021-01-12 18:38

    HASH methods (ONE WAY ENCRYPTION) are more complex (and powerful) than simple check codes (CRC). Not only they could be used to verify data integrity, but they also make sure no one could infer the original message that originated the hash value.

提交回复
热议问题