UUID Generator
Generate cryptographically random v4 UUIDs using your browser's built-in crypto API.
Click generate to create UUIDs.
How it works
Uses crypto.randomUUID() where available, which is supported in all modern browsers and generates properly random version-4 UUIDs. If your browser is very old, a fallback generator is used instead.