UUID v5 Generator
Generate deterministic name-based UUIDs (v5, SHA-1) from names and a namespace.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Pick the namespace
DNS, URL, OID, X.500, or a custom namespace UUID.
- 2
Enter names
One per line — e.g. hostnames under the DNS namespace.
- 3
Copy the UUIDs
The same name + namespace always yields the same UUID.
Frequently Asked Questions
- A name-based UUID computed by SHA-1 hashing a namespace UUID plus a name — the same inputs always produce the same UUID, unlike random v4s. Perfect for stable IDs derived from external keys.
Related Tools
Password Strength CheckerCheck password strength and crack time estimateAES EncryptionEncrypt and decrypt text with AES-256 in your browserTOTP / 2FA GeneratorGenerate TOTP codes from a secret key (Google Authenticator compatible)SHA-256 GeneratorGenerate SHA-256 hashes from any textMD5 GeneratorGenerate MD5 hashes for checksums and fingerprintingSalt GeneratorGenerate cryptographic salt values for password hashingJWT BuilderBuild and sign JWT tokens with a custom payload and secretXOR CipherEncrypt or decrypt text with a XOR key