Generate unique identifiers for your applications
Generate cryptographically secure UUID v4 identifiers
A Universally Unique Identifier (UUID) is a 128-bit identifier that is unique across both space and time. UUIDs are commonly used in distributed systems to identify information without significant central coordination.
Version 4 UUIDs are randomly generated and have the format: xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx, where x is any hexadecimal digit and y is one of 8, 9, A, or B.