Use this UUID generator tool by clicking the Generate button below to generate a UUID v1 or v4 automatically. Use the options at the bottom to select your desired UUID version.
How to use the UUID Generator Tool
- Click the Generate button.
- Click the Copy button to copy the UUID.
- Configure the options to change the UUID version.
UUID Details
Name | UUID |
Type | Identifier |
Description | UUID stands for Universally Unique Identifiers. UUIDs are unique values used to identify pieces of information. For example, a generated UUID might map to value #1, and a second generated UUID might map to value #2. An advantage of using UUIDs over an auto-incrementing numerical identifier value is that multiple nodes can be in charge of identifying objects, versus the single source of truth that would be required with an auto-incrementing numerical value. |