UUID Generator
Generate as many version 4 UUIDs as you need, in uppercase or with the hyphens stripped out.
Press the button and your UUIDs will appear here.
How to use
Set how many you want and press the button. You can make up to 100 at a time and copy the whole list in one go.
Version 4 UUIDs are built from random bits, so two machines can mint them independently without coordinating and still never collide. That makes them a good fit for database primary keys, file names, and request trace IDs.
Some databases and systems expect the value without hyphens, or stored in uppercase. The two checkboxes let you match whatever format the receiving side wants.
The values come from your browser cryptographic random number generator. Nothing is requested from a server and nothing is sent to one.
Tools people use next
Password Generator
Pick a length and the character types you want, and get a password you can actually rely on. The strength is shown alongside, and look-alike characters can be left out.
Hash Generator
Compute the MD5, SHA-1, SHA-256 and SHA-512 hashes of a piece of text or a file. Handy for checking that a download arrived intact.
Random Picker
Draw winners from a list of names or shuffle the whole list into a new order. There is also a number draw for a range you choose.
Base64 Encoder & Decoder
Convert text or files to Base64 and back, including the URL-safe variant you can drop straight into a query string.