X114

UUID Generator

API 即将上线

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

UUID Generator

53f45df8-05c1-4c11-89e0-7ae9572b7322 f82ab04c-18e5-4d4d-9774-53a56cbaa9ff a5e5c0ed-36d2-4190-85f1-300bd1508dad 92d3d479-eeeb-4dd8-b3aa-497be5827fcd 4d553078-85f5-4689-9e96-528e437d8726 8d3b96c6-2adf-448c-8efc-37430caac71a 4d0e1bb8-0327-4a6e-9d7c-e96d04d7797b 0512436e-35b5-42b5-a9c9-b2c0c6eb6f2f
  • 53f45df8-05c1-4c11-89e0-7ae9572b7322
  • f82ab04c-18e5-4d4d-9774-53a56cbaa9ff
  • a5e5c0ed-36d2-4190-85f1-300bd1508dad
  • 92d3d479-eeeb-4dd8-b3aa-497be5827fcd
  • 4d553078-85f5-4689-9e96-528e437d8726
  • 8d3b96c6-2adf-448c-8efc-37430caac71a
  • 4d0e1bb8-0327-4a6e-9d7c-e96d04d7797b
  • 0512436e-35b5-42b5-a9c9-b2c0c6eb6f2f

API 版本即将上线

UUID Generator API 上线时通知你。

关于

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.

常见问题

相关工具