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.