Skip to content
2x2xKit

UUID Generator

Generate random version-4 UUIDs for use in code and databases.

How this is calculated
16 random bytes with version and variant bits set per RFC 4122

Assumptions used in this calculation

  • UUID version: Generates version-4 (random) UUIDs using cryptographically secure random bytes, not time-based (v1) or name-based (v3/v5) UUIDs.

About this calculator

The UUID generator creates RFC 4122-compliant version-4 (random) UUIDs using your browser's Web Crypto API, entirely client-side.

Worked example

5 UUIDs

Result: 5 random UUIDs

Was this helpful?

Frequently asked questions