Academic Urban Legends

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • smhasher

    Hash function quality and speed tests (by rurban)

  • The spinach story reminds me a lot on the false recommendation of siphash for hash table DDOS prevention. https://github.com/rurban/smhasher#security

    The authors came up in their widely cited paper with a proper solution to spread the random hash seed into the inner loop, vastly enhancing its security by avoiding trivial hash collision attacks. But a secure, slow hash function can never prevent from normal hash seed attacks, when the random seed is known somehow. esp. with dynamic languages it's trivial to get the seed externally.

    Other trivial countermeasures must be used then, which also don't make hash tables 10x slower, keeping them practical.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GxHash - A new (extremely) fast and robust hashing algorithm 🚀

    2 projects | /r/rust | 19 Nov 2023
  • The PolymurHash universal hash function

    2 projects | news.ycombinator.com | 18 Aug 2023
  • Show HN: Discohash – simply, quality, fast hash

    3 projects | news.ycombinator.com | 23 Jun 2023
  • A Vulnerability in Implementations of SHA-3, Shake, EdDSA

    2 projects | news.ycombinator.com | 7 Mar 2023
  • SHA-1 is out. NIST recommends switching to the SHA-2 and SHA-3 groups of hash algorithms as soon as possible, with an official deadline of Dec. 31, 2030.

    1 project | /r/netsec | 16 Dec 2022