UUID Generator (v4, v7, v5, v3)
Generate RFC-compliant UUIDs entirely in your browser. Choose version, formatting, namespaces for v3/v5, and create many at once.
Version: —
Variant: —
Generated List
Options
Default newline (\n)
About UUID versions
- v4: purely random (Web Crypto).
- v7: time-ordered (48-bit ms timestamp + randomness) for better DB indexing.
- v3/v5: name-based with namespace + name (MD5/SHA-1). Same (namespace, name) ⇒ same UUID.
FAQ
Is everything local?
Yes. We use the Web Crypto API for randomness and hashing — nothing is uploaded.
Do v3/v5 need special inputs?
Provide a namespace (pick a preset or paste a UUID) and a name (like a domain). Output is deterministic.