How to use UUID generator
Set how many ids you need and generate. Each UUID is 122 bits of randomness plus version bits. Use them for database keys, filenames, and idempotency tokens. They are not sequential and reveal no timestamp.
Create one or hundreds of UUIDv4 identifiers using crypto.getRandomValues. Copy a single id or download a list.
Also searched as uuid generator, guid generator, random uuid. All processing for this tool happens in your tab unless labeled otherwise.
