Generatore di UUID
Genera identificatori UUID v4 casuali per payload simulati, fixture di test e record di esempio.
Create one or several identifiers at once whenever you need a quick set of unique-looking IDs.
Risultato
Generated UUIDs will appear here.
What is UUID v4?
UUID v4 is a randomly generated 128-bit identifier written as hexadecimal segments. It is commonly used when you need globally unique IDs without coordinating with a central server.
Esempi
7d36d95f-765e-4f2b-a9d9-0cb41e4ea0cb
FAQ
Is UUID v4 cryptographically secure?
In modern browsers, crypto.randomUUID() relies on a cryptographically secure source of randomness.
Posso generare più UUID contemporaneamente?
Sì. Il selettore permette di crearne 1, 5 o 10 in un clic.
Gli UUID garantiscono l'unicità?
Non offrono una garanzia matematica assoluta, ma le collisioni nella pratica sono estremamente improbabili.
Come viene usato comunemente questo strumento
Read the practical guide for UUID usage in APIs, databases, queues and test data.