UUID / GUID Generator
Generate random unique identifiers (Version 1 & 4)
Generated UUIDs1 items
949e9bda-0acf-4730-b884-c2c562103865What is a UUID/GUID?
A UUID (Universally Unique Identifier) or GUID (Globally Unique Identifier) is a 128-bit number used to identify information in computer systems. They are unique across both space and time.
Version 4 (Random)
Generated using random numbers. The most common version used today for primary keys.
Version 1 (Time-based)
Generated using a timestamp and the MAC address of the computer generating it.