Tooloo · Security toolkit

UUID / Token Generator

Generate UUID v4 values and secure random tokens locally with Web Crypto.

Local processingNo input storage

Generate UUID v4 identifiers

Random UUIDs from Web Crypto. Generate several at once and copy them as a batch.

Everything is computed in this browser and never sent to a server.

Result

    StrengthVery strong
    Characters
    0
    Entropy
    122.0 bits
    Settings

    UUID v4 values from crypto.randomUUID().

    Treat tokens as secrets and copy them directly to secure storage.

    How to use

    How does it work?

    Choose UUID or token, set quantity and length, then generate and copy.

    Privacy

    Does this use Math.random()?

    No. UUIDs and tokens both use the browser Web Crypto API.

    Limits and guidance

    Security limits

    A token is random data; it does not create authorization, expiration, or revocation by itself.