UUID Generator
Generate v4 and v7 UUIDs in bulk.
Generate compact, URL-safe unique IDs.
It is shorter for the same collision resistance. A 21-character NanoID carries about 126 bits of entropy in 21 characters, where a UUID needs 36. The default alphabet is URL-safe, so IDs can go straight into a path without escaping.
It depends on how many IDs you will generate. The collision estimate updates as you change the length and alphabet: aim for a figure comfortably beyond your expected lifetime volume. Below about 12 characters, collisions become a real design consideration rather than a theoretical one.
Generate v4 and v7 UUIDs in bulk.
Generate strong random passwords with a live strength estimate.
Validate UUIDs and identify their version and variant.
Your input is saved in this browser so a refresh does not lose it. Tools handling credentials are never saved.