How does it work?
Choose UUID or token, set quantity and length, then generate and copy.
Generate UUID v4 values and secure random tokens locally with Web Crypto.
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.UUID v4 values from crypto.randomUUID().
Choose UUID or token, set quantity and length, then generate and copy.
No. UUIDs and tokens both use the browser Web Crypto API.
A token is random data; it does not create authorization, expiration, or revocation by itself.