ID

GUID GEN

RFC 4122 UUID v4 - local, fast, private

UUID TOOLS

Client-side. Fast. Tools for everyday dev.

RFC 4122 v4/v7
Shortcuts: G generate, C copy, T theme - Client-side only: UUIDs never leave your browser.

About UUID v4 and v7

UUID v4 uses cryptographic randomness (122 random bits after version/variant). UUID v7 is time‑ordered (millisecond timestamp) with additional random bits, improving locality for databases and logs.

Use v4 when you need pure randomness; use v7 when sortability/time locality matters.

Common Uses

Primary keys in distributed databases, request/trace identifiers, idempotency keys, and object identifiers in event logs.

History

UUIDs originated with the Open Software Foundation (DCE). RFC 4122 standardized versions 1, 3, 4, and 5. Version 7 is a newer proposal to improve timestamp ordering while retaining randomness.

References: RFC 4122, UUID revision draft (v7), Wikipedia

Made for devs who love guids. RFC 4122 compliant v4 (random).