Generate cryptographically random v4 UUIDs — one or a batch — using the browser crypto API.
Runs entirely in your browser — nothing you enter is uploaded or stored.
A UUID generator creates RFC-4122 version-4 universally unique identifiers — 128-bit random IDs used for database keys, idempotency keys, request tracing and distributed systems where coordination-free uniqueness matters. This tool uses the browser crypto API and can generate up to 100 at once.