Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查两个数据是否具有相同的值,所以我使用 CRC32 是否比其他哈希函数好。我不需要保安。我正在文件中写入哈希值并检查另一个哈希值以比较两个缓冲区是否相同。
CRC32 不是加密哈希函数。这是一个简单的校验和,仅此而已。你想做什么,它需要有多安全?