Seeding test data
Fixtures need stable-looking but unique keys. Generating a batch is faster than inventing them by hand and avoids accidental collisions.
Generate cryptographically random version 4 UUIDs in bulk.
Everything above is processed in this browser tab. Your input is never sent to a server.
UUID Generator creates version 4 universally unique identifiers using the browser's cryptographic random number generator. A v4 UUID is a 128-bit value written as 36 characters and is used as a primary key, correlation ID or file name when identifiers must be unique without a central allocator.
Fixtures need stable-looking but unique keys. Generating a batch is faster than inventing them by hand and avoids accidental collisions.
Attaching a UUID to a request lets you trace it through every service that handled it.
Pretty-print, minify and validate JSON with precise error positions.
Convert text to Base64 and back, with UTF-8 handled correctly.
Percent-encode query values or decode an escaped URL.
Compute SHA-1, SHA-256, SHA-384 and SHA-512 digests of any text.
Hand-picked hubs, guides and companion tools related to this page.
Last reviewed 2026-08-03. Browse the full directory.