Skip to main content

Generators

Create a UUID as a record ID, a random password, random integers, a name from a list, or a spin-wheel winner. A UUID is an identifier. A password is a secret.

6 tools

UUIDs are not passwords

A UUID is a public identifier (random, time-based, or derived from a name). A password is a secret. Use a UUID in a database key or a filename; use a password only where you need confidentiality.

Random picks

Random integers and the list picker use Web Crypto. The spin wheel and yes or no wheel are the same kind of fair pick with a canvas wheel.