UUID Generator

Disclaimer: The UUID v4 generated by this tool relies on the browser's random number generator. It may not be up to cryptographic quality.

About

The UUID Generator gives you a convenient way to generate bulk UUIDs on your browser. Since all of the UUIDs are generated using your browser, you don't have to worry about your data privacy.

What is UUID?

A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. It can also be known as globally unique identifier (GUID). Version 1 UUID is generated using a timestamp and the MAC address of the computer on which it was generated. Version 4 UUID is generated using random numbers. The UUID v4 generated with this tool relies on the browser's random number generator. It may not be up to cryptographic quality.

The UUID Generator aims at generating UUID based on the RFC4122 standard.

Learn more

To learn more about UUID and its related standards, please visit the following websites: