đ UUID Generator
Generate Universally Unique Identifiers (UUIDs) instantly â perfect for database keys, tokens, or any situation that needs unique IDs.
UUID Generator
UUID v1 is time-based, while UUID v4 is purely random. Click generate to create a new UUID.
âšī¸ About UUIDs
- v1 â Generated from timestamp and machine info â predictable but sortable
- v4 â Generated randomly â best for unique, non-predictable IDs
- Standard format:
xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx
đ ī¸ This tool uses the
uuid
library.
Last updated on: