DigiNews

Tech Watch by Johan Denoyer

← Back to articles

On (not) using “cryptographic hashes” for hash table keys

Quality: 6/10 Relevance: 7/10

Summary

The article analyzes hashing for hash table keys, warning against using raw cryptographic hashes like SHA-256 in adversarial contexts. It explains the need for unpredictability via a secret key (e.g., SipHash) to avoid DoS scenarios and compares degradation modes across chained, open-addressed, and extendible hash tables, with a Git-object scenario as an example.

🚀 Service construit par Johan Denoyer