UUID v5 Generator — Free Online Tool

Generate deterministic RFC 4122 v5 UUIDs by SHA-1 hashing a name within a namespace (DNS, URL, OID, X.500 or custom).. UUID v5 Generator is a free online tool from the ToolsRift Developer Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.

Loading UUID v5 Generator

How to use UUID v5 Generator

Choose a namespace (DNS, URL, OID, X.500 or a custom UUID) and enter a name. The tool SHA-1 hashes them to produce a stable version 5 UUID that never changes for that input.

Frequently asked questions

How is v5 different from v4?

v4 UUIDs are random; v5 UUIDs are deterministic — the same namespace and name always yield the same UUID, ideal for reproducible IDs.

What is a namespace?

A base UUID identifying the context (like DNS or URL). Combining it with a name prevents collisions between different kinds of inputs.

When should I use v5?

When you need a stable identifier derived from existing data, such as generating a consistent ID for a URL or username.

More Developer Tools

HMAC Generator
Compute HMAC message authentication codes with SHA-1, SHA-256, SHA-384 or SHA-512 and a secret key, in hex or base64.
Color Contrast Checker
Check WCAG 2.1 contrast ratio between a foreground and background color, with AA and AAA pass/fail for text sizes.
CSS Clamp Generator
Generate a fluid CSS clamp() for responsive typography or spacing that scales linearly between two viewport widths.
Unix Timestamp
Unix — human date + live now.
Cron Parser
Explain cron and next 10 run times.
Cron Generator
Build cron from schedule dropdowns.

← View all Developer Tools