Search for a tool
UUID

Tool to generate UUIDs (Universal Unique Identifier) from RFC 4122 and standardized ISO/IEC 9834-8:2008 compatible with version 3, 4 and 5

Results

UUID -

Tag(s) : Hashing Function, Informatics

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'UUID' tool for free! Thank you!

UUID

UUID Generator

Random UUID (version 4)

Defined UUID (version 3 and 5)






Answers to Questions (FAQ)

What is a UUID? (Definition)

A UUID (acronym for Universally Unique IDentifier) is an identifier that is intended to be unique and universal, defined by the ISO/IEC 9834-8:2008 standard. This is 128 bits of data usually displayed in hexadecimal in the format xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.

How to generate a UUID?

Version 4 is made up of random bits based on the timestamp of the system that generates them. The timestamp is usually shown in microseconds (one thousandth of a second) since a specific date (called EPOCH). The result is therefore pseudo-random and presents a very probable uniqueness (not guaranteed). Each time a UUID v4 is generated, the code generated is different.

Example: UUID v4 0cc12fda-deca-4f24-918b-f0884d2bb911

Version 3 is generated from an MD5 hash of a 2-part string: on one side a UUID named namespace , and on the other a character string containing the name to be encoded .

Version 5 is the same as version 3 but generated from a SHA-1 hash.

Each time a v3 or v5 UUID is generated, the generated code is always the same.

How to decode a UUID?

A version 4 UUID is completely random and contains nothing to decode.

A UUID version 3 or 5 can sometimes have been generated with a character string but it has been hashed with MD5 or SHA-1 cryptographic functions which are not intended to be decoded.

How to recognize a UUID string?

The UUID code contains 128 bits presented in the form of 32 hexadecimal characters divided into 8-4-4-4-12 digits (base 16) and separated by a dash -

Source code

dCode retains ownership of the "UUID" source code. Except explicit open source licence (indicated Creative Commons / free), the "UUID" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "UUID" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "UUID" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.

Cite dCode

The copy-paste of the page "UUID" or any of its results, is allowed (even for commercial purposes) as long as you cite dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
UUID on dCode.fr [online website], retrieved on 2023-12-06, https://www.dcode.fr/uuid-identifier

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'UUID' tool for free! Thank you!


https://www.dcode.fr/uuid-identifier
© 2023 dCode — The ultimate 'toolkit' to solve every games / riddles / geocaching / CTF.
 
Feedback