UUID/GUID Generator
Free UUID and GUID generator. Create version 4 IDs in your browser with Web Crypto — no account and nothing sent to GraphicByte.
Les noms, instructions et contenus générés des outils peuvent être en anglais.
À propos de cet outil
Generate one ID or a list for database seeds, licence tests or Discord bot configs. Values are UUID v4 from crypto.randomUUID().
Turn hyphens off if you need a compact 32-character hex string. Generation is local; we do not log the IDs.
Comment l’utiliser
- Set how many IDs you need (up to 100).
- Choose whether to keep hyphens.
- Click Generate and copy the list.
FAQ
Are these UUID v4?
Yes. The browser Web Crypto API supplies version 4 random UUIDs.
Can I generate GUIDs for Windows apps?
A GUID is the same 128-bit value. Copy with hyphens for the usual {xxxxxxxx-xxxx-...} style after you wrap it.
Does GraphicByte store generated UUIDs?
No. They exist only in this tab until you copy them elsewhere.
