Gerar UUID v4 identifiers online com our gratuito UUID v4 Generator. Criar secure aleatório UUID v4 values in bulk, choose formatoting options, copy resultados e download them as TXT ou JSON.
UUID v4 é um aleatoriamente gerado Universally Unique Identifier.A UUID contém 128 bits e is normally represented as a 36-characterhexadecimal string including hyphens.
UUID v4 uses aleatório data para most of its bits. Six bits are reservedfor the UUID versão e variante, leaving 122 bitsfor aleatório data.
A standard UUID v4 follows the8-4-4-4-12hexadecimal pattern:
xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
The first hexadecimal character of the third group identifiesversão 4. The variante bits are contained in the first characterof the fourth group.
550e8400-e29b-41d4-a716-446655440000
In this example, the 4identifies the UUID asversão 4. The UUID variante is represented by the appropriatevariante bits in the fourth group.
UUID v4 is primarily aleatório, while UUID v7 contém a Unixmillisecond timestamp followed by aleatório data. UUID v7 can thereforeprovide time-ordered identifiers, while UUID v4 is useful whenaleatório identifiers are preferred.
UUID v4 é um UUID versão that is gerado primarily de aleatório ou pseudo-aleatório data. It contém 128 bits in total, com specific bits reserved para the versão e variante.
UUID v4 contém 122 bits of aleatório data. The remaining 6 bits são usados to identify the UUID versão e variante.
O gerador creates 16 aleatório bytes in your browser e sets the required UUID v4 versão e RFC variante bits before displaying the UUID.
UUID v4 oferece a very large identifier space e is commonly used quando an aplicação needs identifiers sem relying on a central ID-generation service.
Sim. Você pode generate multiple UUID v4 identifiers in one operation e copy ou download the complete result.
Sim. O gerador suporta lowercase e uppercase UUID output as well as compact output sem hyphens.
Sim. Gerard UUID v4 values can be downloaded as a TXT file ou structured JSON data.
Sim. UUID v4 generation is performed locally in your browser using the Web Crypto API quando it is available. The gerado UUID values do not need to be sent to a server.
UUID v4 is primarily aleatório, while UUID v7 inclui a Unix millisecond timestamp e aleatório data, making UUID v7 suitable para identifiers that benefit de time-ordered characteristics.