Tag: checksums

  • Hacker News: Breaking CityHash64, MurmurHash2/3, wyhash, and more

    Source URL: https://orlp.net/blog/breaking-hash-functions/ Source: Hacker News Title: Breaking CityHash64, MurmurHash2/3, wyhash, and more Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text provides an extensive analysis of the security implications of various hash functions, focusing on their vulnerability to attacks. It discusses the mathematical foundations of hash functions, their roles in computer security,…

  • Hacker News: The Fundamental Law of Software Dependencies

    Source URL: https://matklad.github.io/2024/09/03/the-fundamental-law-of-dependencies.html Source: Hacker News Title: The Fundamental Law of Software Dependencies Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses the “Fundamental Law of Software Dependencies,” which emphasizes the importance of including checksums for all dependencies in source code. This practice enhances security and reproducibility in software development, particularly regarding…