陈斌彬的技术博客

Stay foolish,stay hungry

UUID Generator

https://uuidgenerator.org/?utm_source=next.36kr.com

What is UUID ?

UUID stands for universally unique identifiers as described in RFC-4122. An UUID is 128 bits value and “practically unique” (not guaranteed unique) across space and time. They are useful for identifiers for documents, hosts, application clients and other situation where a unique value is necessary.

Based on the layout specification, UUID has five versions:

  • Version 1 : MAC address & date-time
  • Version 2 : DCE Security
  • Version 3 : MD5 hash & Namespace
  • Version 4 : Random Value
  • Version 5 : SHA-1 hash & Namespace

    UUID1 : MAC address & Date-time

    UUID version 1 values are generated using the MAC address of the host ( the computer on which it was generated) and time-stamp.

UUID4 : Random Value

UUID version 4 generates a “random” UUID from truly-random or pseudo random numbers. If you just need to generate a UUID then this is probably you want.

About this tool, UUID Generator

uuidgenerator.org is a free online UUID generator for version1 and 4. The bulk UUID generator, outputs UUID1 and UUID4 codes in bulk set. Just select the version in “Bulk UUID Generator”, enter the number of value you want and hit on “Generate” button. That’s it.

Reference:

universally unique identifier (UUID)

RFC 4122 - A Universally Unique IDentifier (UUID) URN Namespace

Disclaimer: This website is provided “as is” without any representations or warranties, express or implied. The site provides UUID without any warranty of any kind, not even the warranty that the generated UUID is actually unique.The entire risk of using this UUID is upto you. Please do not use the UUID from cached version of this page. This website is not responsible for, and expressly disclaims all liability for, damages of any kind arising out of use, reference to, or reliance on any information contained within the site.By using this website you agree to those terms, if not then do not use this website.