Standard lowercase v4
3f2b6c1e-9a4d-4f77-b2c1-8e5d0a7f2b91
Generate cryptographically random UUID v4 values in bulk.
Generated with your browser's crypto API, not Math.random().
The result will appear here.
Was this tool useful?
A UUID is a 128-bit identifier written as 32 hexadecimal digits in five hyphen-separated groups. Version 4 is the one almost everyone means: 122 of those bits are random, which is enough that two independently generated values will not collide in any practical system.
That property is the point. Any machine, service or offline client can mint an identifier without asking a central database first, which is why UUIDs turn up in distributed systems, event streams and client-generated records.
3f2b6c1e-9a4d-4f77-b2c1-8e5d0a7f2b91
Uppercase and wrapped in braces, the form .NET and SQL Server tooling prints.
{3F2B6C1E-9A4D-4F77-B2C1-8E5D0A7F2B91}