UUID Generator

Generate RFC 4122 version 4 UUIDs using cryptographically secure random numbers.

Generated UUIDs

About UUID v4

A UUID (Universally Unique Identifier) version 4 is a 128-bit randomly-generated identifier. The algorithm uses cryptographically secure random numbers, making the probability of collision astronomically low.

UUID VersionGeneration MethodCollision Risk
v1Timestamp + MAC addressLow (traceable)
v3MD5 hash of namespace + nameDeterministic
v4Cryptographic random~10โปยนโธ per UUID
v5SHA-1 hash of namespace + nameDeterministic

Format: xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx where y is one of 8, 9, a, or b.