About the UUID v4 Generator
The UUID v4 Generator uses crypto.randomUUID when available and a cryptographic random-byte fallback with the required version and variant bits. It can create a batch without contacting a service.
How to use the UUID v4 Generator
- Choose how many identifiers are required.
- Select lower- or uppercase display.
- Generate and copy one UUID per line.
Practical tips
- Use UUIDs as identifiers, not as passwords or authentication secrets.
- Store a canonical lowercase form when consistent comparisons matter.