UUID Generator

What is a UUID?

A Universally Unique Identifier is a 128-bit value used to identify information without a central authority. Version 4 UUIDs are generated using random numbers, with a collision probability low enough to treat them as unique.

Where are UUIDs used?

Database primary keys, distributed systems, session tokens, and file names are common uses where you need a unique ID without coordinating with a central server.