๐Ÿ†”

UUID Generator

Generate cryptographically random version-4 UUIDs.

๐Ÿ”’ Generated locally using crypto.randomUUID.

About UUID v4

A version-4 UUID is a 128-bit identifier with 122 random bits โ€” collisions are astronomically unlikely, so they are ideal as database keys or request IDs. This tool uses crypto.randomUUID() where available for proper randomness.