Gliora

UUID generator

UUID generator (v4)

    Generates random universally unique identifiers (UUID v4) using your browser's cryptographic generator.

    This UUID generator creates random version-4 UUIDs in bulk. Choose how many you need, generate them, and copy the whole list with one click.

    Unique IDs on demand

    UUID v4 identifiers are ideal for database primary keys, request and trace IDs, file names and any case where you need a unique value without a central authority. They’re built with your browser’s crypto-grade random generator.

    FAQ

    What is a UUID v4?
    A version-4 UUID is a 128-bit identifier built almost entirely from random numbers, written as 32 hexadecimal digits in five groups (8-4-4-4-12).
    Are these UUIDs unique?
    For practical purposes, yes. With 122 random bits the odds of a collision are vanishingly small, so v4 UUIDs are safe as database keys and request IDs.
    Are they generated securely?
    Yes. They use your browser's cryptographic random generator and never leave your device.