Skip to content

Instantly share code, notes, and snippets.

@serrasqueiro
Created April 18, 2026 19:31
Show Gist options
  • Select an option

  • Save serrasqueiro/fb4cf26feb97ac4360742b58cc9e47da to your computer and use it in GitHub Desktop.

Select an option

Save serrasqueiro/fb4cf26feb97ac4360742b58cc9e47da to your computer and use it in GitHub Desktop.

Hash Identifiers Lengths

| Algoritmo / ID | Bits | Nibbles | Hex chars |
|----------------|------|---------|-----------|
| MD5            | 128  | 32      | 32        |
| Gist ID        | 128  | 32      | 32        |
| SHA‑1          | 160  | 40      | 40        |
| UUID v4        | 128  | 32      | 32        |

GIST hash characterization

The Gist ID matches the random 128‑bit ID profile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment