UUID generator

Generates cryptographically secure UUID v4 and v7 values locally in your browser.

1 · Options

Generated with crypto.getRandomValues (not Math.random) - nothing is sent to a server.


What this generates

UUID v4 (fully random) and UUID v7 (time-ordered, sortable by generation time), plus the all-zero nil UUID as a reference value - with quantity, case and hyphen options, and copy/download.

Cryptographically secure by construction

Every random byte comes from crypto.getRandomValues, the browser's cryptographically secure random source - never Math.random, which is not designed to be unpredictable enough for identifiers used in security-sensitive contexts.

Privacy

Generated entirely in your browser - nothing is sent to a server.

Rate this tool

Was this tool useful? Your feedback helps us improve it.

No ratings yet — be the first to rate this tool.
Your rating (required)
0 / 2000

Please do not include passwords, payment details or other sensitive information.

Your feedback is sent privately to the A2Z.Tools team and will not be posted publicly.