Integrity and Identity

Secure UUID v4 Generator

Generate 1–100 UUID v4 identifiers with the browser's cryptographic randomness source.

Generate UUID v4

Uses the Web Crypto randomness source.

No server request
UUID v4
Direct answer

QR64Code uses `crypto.randomUUID()` in supported browsers. A UUID v4 has a 128-bit layout; after version and variant bits, 122 bits remain random.

What changed in this update?

July 30, 2026

The tool, explanation, limits, sources, and accessible form flow were reviewed together.

How to use it

  1. 1

    Choose how many UUIDs to create.

  2. 2

    Select Generate UUIDs.

  3. 3

    Copy the list or download it as TXT.

Limits and security notes

Collision probability is extremely low, but UUID generation does not replace a unique database constraint. A UUID is not a secret key.

Comparison

TypeSourceSortable
UUID v4RandomNo
UUID v7Time + randomYes
Incrementing IDDatabaseYes

Frequently asked questions

Can UUID v4 collide?

In theory yes; with 122 random bits the probability is extremely low when generation is correct.

Can a UUID be used as a password?

No. A UUID is an identifier, not a password or secret key.

Are values stored?

Generated UUIDs remain in the browser and are not sent to QR64Code servers.

Sources