logo

ilovehash.dev

  • Bookmarks
  • Compare
Star on GitHub
  1. Home
  2. Hashes
  3. Non-cryptographic

Non-cryptographic

Fast hash functions designed for non-cryptographic purposes like hash tables, checksums, and data integrity verification.

26 algorithms•Category
MurmurHash
Non-cryptographic

Popular MurmurHash algorithm - fast non-cryptographic hash for hash tables and cache keys

Added: 2026-01-19
DJB2
Non-cryptographic

Classic djb2 hash by Daniel Bernstein - simple and fast for basic hash table applications

Added: 2026-01-19
SDBM
Non-cryptographic

SDBM hash function - reliable non-cryptographic hash for general-purpose data structures

Added: 2026-01-19
FNV-1
Non-cryptographic

Classic FNV-1 hash - simple, fast non-cryptographic hash for general-purpose applications

Added: 2026-01-19
FNV-1a
Non-cryptographic

Improved FNV-1a hash - better avalanche effect for hash tables and data deduplication

Added: 2026-01-19
Jenkins One-at-a-Time
Non-cryptographic

Bob Jenkins' One-at-a-Time hash

Added: 2026-01-19
Pearson Hash
Non-cryptographic

Pearson hashing using lookup table

Added: 2026-01-19
Bernstein Hash
Non-cryptographic

Daniel J. Bernstein's hash function

Added: 2026-01-19
ELF Hash
Non-cryptographic

Executable and Linkable Format hash (PJW hash)

Added: 2026-01-19
Zobrist Hash
Non-cryptographic

Zobrist hashing for board games

Added: 2026-01-19
Tabulation Hash
Non-cryptographic

Tabulation hashing with high independence

Added: 2026-01-19
RS Hash
Non-cryptographic

Robert Sedgwick's hash function - classic algorithm from 'Algorithms in C' textbook

Added: 2026-01-19
JS Hash
Non-cryptographic

Justin Sobel's hash function - simple multiplicative hash for basic applications

Added: 2026-01-19
BKDR Hash
Non-cryptographic

BKDR hash by Kernighan and Ritchie - classic string hashing from 'The C Programming Language'

Added: 2026-01-19
DEK Hash
Non-cryptographic

Donald Knuth's hash function - mathematical approach from 'The Art of Computer Programming'

Added: 2026-01-19
AP Hash
Non-cryptographic

Arash Partow's hash function - optimized for speed and distribution in hash tables

Added: 2026-01-19
MurmurHash128
Non-cryptographic

High-performance MurmurHash128 for 128-bit applications - excellent for large hash tables

Added: 2026-01-19
FNV-1 (64-bit)
Non-cryptographic

64-bit FNV-1 hash for modern systems - fast and reliable for 64-bit architectures

Added: 2026-01-19
FNV-1a (64-bit)
Non-cryptographic

64-bit FNV-1a hash - optimized avalanche properties for 64-bit computing platforms

Added: 2026-01-19
xxHash32
Non-cryptographic

Ultra-fast xxHash32 for high-performance applications - faster than CRC32 with better distribution

Added: 2026-01-19
xxHash64
Non-cryptographic

Industry-standard xxHash64 for databases and file systems - blazing fast with excellent collision resistance

Added: 2026-01-19
xxHash128
Non-cryptographic

High-performance xxHash128 for large-scale systems - fastest 128-bit hash for big data applications

Added: 2026-01-19
CityHash
Non-cryptographic

Google's CityHash - optimized for modern CPUs with SIMD instructions for maximum speed

Added: 2026-01-19
FarmHash
Non-cryptographic

Google's FarmHash - successor to CityHash with improved performance across all platforms

Added: 2026-01-19
MetroHash
Non-cryptographic

MetroHash - extremely fast hash function designed for high-throughput applications

Added: 2026-01-19
T1HA
Non-cryptographic

Fast Positive Hash (T1HA) - one of the fastest non-cryptographic hashes available

Added: 2026-01-19
Showing 26 of 26 algorithms
logoilovehash.dev

Compute and verify cryptographic hashes. No data stored.

Quick Links

  • Home
  • Categories
  • GitHub

Categories

  • BLAKE2
  • Checksum
  • Cryptographic
  • Modern
  • Non-cryptographic
  • Password

Categories

  • SHA-2
  • SHA-3
  • SHAKE
  • Similarity

Connect

GitHub
Theme

© 2026 ilovehash.dev. All rights reserved.

Built with Next.js & shadcn/ui•Powered by Node.js & Vercel