Create cryptographically unique identifiers for your projects. Supports v1, v4 and v5. Bulk generation included. 100% private.
v1 uses a timestamp for time-ordered IDs. v4 is fully random. v5 creates deterministic IDs from a namespace and name.
Select standard, uppercase, no hyphens, with braces or with the URN prefix depending on your use case.
Click Generate for a single UUID or use Bulk to create up to 100 at once. All generated using secure browser APIs.
Copy individual UUIDs or all at once. Download bulk results as a .txt file. History keeps your last 10 for reference.
UUIDs are generated using crypto.randomUUID() and crypto.getRandomValues() β the most secure APIs available in modern browsers. Nothing is ever sent to a server, stored or logged.