Input
64 bits, N = 1,000,000,000
Collision probability
About 2.7%
Design Tools
Estimate the probability of at least one collision for a given hash bit length and sample size using the birthday-paradox approximation. Useful for short IDs and truncated checksums. Calculation stays in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
设计配色
Input
64 bits, N = 1,000,000,000
Collision probability
About 2.7%
No. It uses the approximation 1 - e^(-N² / 2H) for order-of-magnitude judgment, not a formal counting proof.
Match the ID space size—for example 32, 64, or 128—or use presets aligned with CRC16, short MD5, UUID, or SHA-256 scale.
Tools
Continue with another translated tool for a nearby task.
UUID Generator
Generate UUID v4 values in your browser with batch size and format options such as uppercase, no hyphens, and braces. Randomness comes from the native crypto API for test data and unique identifiers.
Passphrase Entropy Estimator
Estimate Shannon entropy, search-space size, and theoretical crack time from passphrase length and character pool, with a strength label. Calculation stays in the browser. Labels are heuristic—high entropy does not prove a passphrase is safe against every attack.
Hash Generator
Compute SHA-1, SHA-256, SHA-384, and SHA-512 digests for text or local files, with optional HMAC mode and hash comparison. Uses Web Crypto in the browser for checksum and signing checks.