UUID Generator
Generate UUID v4, v7, and v1 in your browser. Single or batch up to 100, copy all, or download as a .txt file. Zero dependencies, fully offline.
What do v4 / v7 / v1 mean?
Fully random. The most common choice. 122 bits of entropy from a CSPRNG.
Time-ordered. 48-bit Unix millisecond timestamp + 74 random bits. Sorts naturally and is friendly as a database primary key.
Time-based with a node identifier. We use a random multicast node id, never your real MAC address, so nothing about your device leaks.
Generated entirely in your browser using the Web Crypto API. Nothing leaves your device.
Related Tools
Lottery
Fair lottery drawing tool with number and name modes. Supports rollback, history tracking, and cryptographic randomness.
Password
Generate strong random passwords and passphrases entirely in your browser. Length slider, character class toggles, EFF wordlist passphrases, and a live strength meter.

