UUID / GUID Generator

Create cryptographically strong random version 4 UUIDs (RFC 4122). One click, or generate a list for seeding tests.

Max 50 per run. Each ID is independent.

What is a UUID?

A Universally Unique Identifier is a 128-bit label, often written as 8-4-4-4-12 hexadecimal digits with hyphens. Version 4 means the bits come from a random or pseudo-random source; modern browsers use crypto.randomUUID() when available.

This tool never uploads data — IDs are created entirely on your device.

Related tools