Generatore UUID / ID
v4, NanoID, corto
Informazioni su questo strumento
Generate UUIDs (v4 random or v7 timestamp-based) one or many at a time. Useful for primary keys, file names and idempotency keys.
FunzionalitÃ
- UUID v4 and v7
- Bulk generate
- Hyphenated or compact
- Copy all
Come si usa
- Pick version and count.
- Click Generate.
- Copy the list.
🔒 100% privato
Tutto avviene all'interno del tuo browser con JavaScript e WebAssembly. I tuoi file non vengono mai caricati su un server, mai memorizzati e mai visti da noi.
Domande frequenti
v4 vs v7?
v4 is fully random; v7 is time-ordered which makes database indexes more efficient.