Gerador de UUID
Gerar identificadores UUID v4 aleatórios em massa.
5
a3fb1e19-cb71-472e-9978-e0b9512a218b76d27f3f-31c5-48a7-a629-698d1743d13ff6bd843f-8dc7-4295-899c-5f8ef2e6bd6937cc6bc3-111c-4dbf-b294-bb1a1d1a600ef78f6b16-ff41-4165-9488-0781f4010b1fHow to Use
- 1
Set the number of UUIDs you want to generate (1 to 100).
- 2
Toggle uppercase format if needed.
- 3
Click Generate and copy individual UUIDs or use Copy All to copy them all at once.
Features
Bulk Generation
Generate up to 100 UUID v4 identifiers at once for use in databases, code, or testing.
Cryptographically Secure
Uses crypto.randomUUID() for cryptographically random, RFC 4122-compliant UUID v4 values.
Uppercase Option
Toggle uppercase format for UUIDs to match your project's naming conventions.
Copy All
Copy all generated UUIDs to the clipboard at once with a single button click.
FAQ
O que é UUID?
Um identificador de 128 bits praticamente garantido como único.
Como gerados?
Via crypto.randomUUID() criptograficamente seguro.