36 chars · 1 line
Waiting for input
36 chars · 1 line
Waiting for input
UUID version validation
UUID v4 is the random UUID version generated by the main VetaTool UUID generator. The validator confirms the version 4 nibble and accepted variant bits, but it cannot prove the remaining bits came from a cryptographically secure random source. This tool is free to use. No account or payment is required.
Last updated
A 4 as the first hexadecimal digit of the third group identifies UUID v4. The RFC-compatible variant nibble must also fall in the accepted 8 through B range.
Structural validation cannot measure randomness or guarantee uniqueness. Those properties depend on how the UUID was generated and stored.
VetaTool reads the UUID version nibble and RFC-compatible variant range. It does not reconstruct how the identifier was generated or validate every version-specific timestamp, namespace, hash, random, or custom field.
Treat the result as structural UUID inspection. Protocols and applications can impose additional requirements beyond the encoded version number.
RFC 9562 UUIDv4 test vector produced from random bytes before the required version and variant bits are applied; this page checks the final UUID structure, not entropy quality.
919108f7-52d1-4320-9bac-f847db4148a8Valid UUID v4Common questions
No. It proves the text encodes version 4 with accepted UUID structure and variant bits; it does not test entropy or generator quality.
No. The validator confirms canonical text, the encoded version nibble, and RFC-compatible variant bits. It does not verify generator provenance or all version-specific field semantics.
Debugging a specific UUID issue? Browse UUID troubleshooting.