Generate RFC-4122 compliant UUID v4 identifiers in bulk. Cryptographically secure via Web Crypto API.
A Universally Unique Identifier (UUID) is a 128-bit value used to uniquely identify resources across systems without coordination. UUIDs are defined by RFC 4122.
The probability of a v4 UUID collision is astronomically low — you'd need to generate billions per second for decades.
crypto.randomUUID() which uses the browser CSPRNG.Other tools developers use alongside UUID generation — regex, timestamps, hashing and more.
Test regular expressions with live match highlighting and groups.
Convert Unix timestamps to human-readable dates and vice-versa.
Format, validate and minify JSON with instant error detection.
Encode text to Base64 or decode Base64 strings to plaintext.