UUID Generator (v4)
Version 4 = random, generated via your browser’s cryptographically secure Web Crypto API.
Generate UUIDs (v4)
A UUID (Universally Unique Identifier) is a 128-bit value that is practically guaranteed to be unique – ideal as a database key, for file names or API objects. This generator produces version 4, i.e. purely random UUIDs.
- Random & secure: The values come from the browser's cryptographically secure random source (Web Crypto).
- Several at once: Set the count to generate a whole list directly.
- Format: 8-4-4-4-12 hex characters, e.g.
3f2504e0-4f89-41d3-9a0c-0305e82c3301.
