SQAToolBox

Advanced UUID Generator

Generate all standard UUID versions (v1, v3, v4, v5, v6, v7)

UUID Version Specifications

VersionDescriptionUse CaseExample
v1Time-based with MAC addressHistorical ordering2a1e5b40-7c24-11ed-a1eb-0242ac120002
v3MD5 hash of namespace + nameDeterministic generation9125a8dc-52ee-365b-a5aa-81b0b3681e6d
v4Randomly generatedGeneral purpose550e8400-e29b-41d4-a716-446655440000
v5SHA-1 hash of namespace + nameDeterministic with better securityfdda765f-fc57-5604-a269-52a7df8164ec
v6Reordered time-basedDatabase indexes1ed67c24-7c24-61b4-a1eb-0242ac120002
v7Unix Epoch timestamp-basedModern applications017f22e2-79b0-7cc3-98c4-dc0c0c07398f
Advanced UUID Generator v2.0 | Supports RFC 4122 and Draft Versions