Free tool · No sign-up
UUID Generator
Generate UUIDs from the browser's own cryptographic random source — random v4, or time-ordered v7 for identifiers you want to sort by creation. Make one or a batch, copy the lot, and switch case or hyphenation to match whatever your database expects.
Options
v7 is time-ordered; v4 is fully random.
1 to 1000.
8 V4 · 8 values
Outputclick a row to copy
Method & assumptions
- v4 is 122 random bits with a fixed version and variant — the general-purpose choice when you just need no collisions.
- v7 leads with a 48-bit millisecond timestamp, so the values sort by creation time and make a friendlier database primary key.
- Case and hyphenation are cosmetic — the same 128 bits either way. Match whatever your column or API expects.
- Values come from the browser's crypto random source and are generated in your browser; nothing is transmitted or logged.
Plate —Other tools
More on the bench
- 01Password & Key GeneratorStrong passwords and API keys, in the browser.
- 02Hash GeneratorSHA-256 and friends, from text or a file.
- 03Supabase Security AuditorPoint it at your project, find the holes.
- 04JWT DecoderPaste a token, read what is inside.
- 05Secret & .env ScannerPaste code or a .env, catch the leaked keys.
- 06Security Headers ScannerEnter a URL, grade its headers.
- 07CORS TesterSee exactly what a URL allows cross-origin.
- 08Base64 Encode / DecodeText or files, both directions.
Free diagnosticsSame-day dispatchNamed techniciansDone or free
Need it built, not just checkedWe write the software
We write the software
behind tools like these
Anyone seeding a database, writing a fixture, or needing an identifier that will not collide.