X114

UUID Generator

API bientôt disponible

Generate RFC 4122 v4 UUIDs in bulk using the browser crypto API. No server, no duplicates.

UUID Generator

15cac4ea-81eb-411d-98b3-c03957b3b55d 6eadadb4-485e-43fe-a41b-02132c237049 0940a230-c8eb-4647-be55-4e7c215a3353 d9b6a1bb-1757-4670-a668-3e7233afdd5c 08137544-dd6c-420a-804e-2c3fa594b6f2 d5b3632b-9a28-41b7-a32a-8bedfc744d09 7521cebf-2619-402b-8532-d1e609c16c1c c315a54d-336d-4b78-80d0-69b6152f16f2
  • 15cac4ea-81eb-411d-98b3-c03957b3b55d
  • 6eadadb4-485e-43fe-a41b-02132c237049
  • 0940a230-c8eb-4647-be55-4e7c215a3353
  • d9b6a1bb-1757-4670-a668-3e7233afdd5c
  • 08137544-dd6c-420a-804e-2c3fa594b6f2
  • d5b3632b-9a28-41b7-a32a-8bedfc744d09
  • 7521cebf-2619-402b-8532-d1e609c16c1c
  • c315a54d-336d-4b78-80d0-69b6152f16f2

Version API à venir

Recevez une notification lorsque l'API UUID Generator sera disponible.

À propos

A UUID (Universally Unique Identifier) is a 128-bit label that's practically guaranteed to be unique across systems without coordination. UUID v4 — the kind this tool generates — is built from 122 random bits plus 6 fixed bits, giving 5.3 × 10^36 possible values. Collisions are astronomically unlikely unless your random source is broken.

This tool uses the browser's built-in crypto.randomUUID() API when available and falls back to a CSPRNG-based implementation otherwise. The randomness is cryptographically strong — far better than Math.random() — so the IDs are safe for security tokens, session IDs, and primary keys.

Generate one UUID or a thousand in a single click. Each result is shown with a one-click copy button and the full hex/UUID form is preserved. No server, no analytics, no log.

FAQ

Outils associés