Online UUID Generator
Your Version UUID:
About UUID
UUID (Universally Unique Identifier) is a 128-bit number used to identify information in computer systems. It is a widely used standard for identifying objects in distributed systems. A UUID is assigned to an object when it is created and is used to identify the object in subsequent interactions. UUIDs are used to identify objects in a wide range of systems, including computer hardware, software, and networks.
Different Versions
- V1: based on date and time, unique to the node that generates it
- V2: based on date and time, with a node identifier
- V3: based on MD5 hash of namespace and name
- V4: randomly generated
- V5: based on SHA-1 hash of namespace and name
- V6: based on date and time, with a node identifier, and is sorted by timestamp
- V7: based on date and time, with a node identifier, and is sorted by timestamp, using a custom sorting algorithm