Skip to content
A Quick Guide to UUID Versions

A Quick Guide to UUID Versions

UUID Versions:

  • v1, v2: obsolete; v6 improves upon and is compatible with v1
  • v3, v5: hash-based (the former has security issues)
  • v4: Random numbers
  • v7: Timestamp + Random numbers
  • v8: Custom-defined by the user
Last updated on