Search for a tool or command
Generate cryptographically random v4 and time-ordered v7 UUIDs in bulk.
This online UUID generator creates universally unique identifiers on demand - classic random version 4 UUIDs or modern, time-ordered version 7 UUIDs that sort naturally by creation time. Generate a single random UUID or thousands at once, then copy them individually or as a newline-delimited list. Everything is generated locally using the browser's cryptographic random source.
Choose v4 for general-purpose random identifiers, or v7 when you want IDs that sort by creation time - ideal for database primary keys.
Generate one ID or enter a count for bulk output. IDs appear instantly as you change the amount.
Switch to uppercase, remove hyphens, or wrap each value in braces to match your platform's conventions.
Copy a single value or the whole list, then paste it into your code, database, or config.
122 bits of secure randomness with the version and variant bits fixed.
Input
Version: v4 · Count: 1Output
f47ac10b-58cc-4372-a567-0e02b2c3d479The leading segments encode a Unix millisecond timestamp, so values sort chronologically.
Input
Version: v7 · Count: 1Output
017f22e2-79b0-7cc3-98c4-dc0c0c07398fCreate compact, URL-safe Nano IDs with a custom size and alphabet.
Compute SHA-1, SHA-256, SHA-384, and SHA-512 hashes of text or files.
Generate strong, random passwords with a live strength estimate.
Convert between Unix timestamps and human-readable dates, both ways.