UUID Generator
UUID v4 generator. Cryptographically random identifiers.
A UUID generator creates random version-4 identifiers — 128-bit values in the format xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx. You can generate several at once, toggle uppercase, and strip out the dashes.
UUIDs are commonly used as unique database keys, request identifiers in logs, session tokens, or names for files and resources. Their main strength is that collisions are practically impossible: you can generate identifiers independently across different servers and devices, with no need to check against a central registry, and never worry about duplicates.
Values are created with cryptographically random output right in your browser (Web Crypto) and never leave your device. Set the count and format you need, and copy the result with a single button.