UUID v5 Generator
Version 5 UUIDs are deterministic and generated using a SHA-1 hash of a namespace and a name.
9c2ee4ad-1947-5190-ab8e-296ce68dfe31
What is UUID v5?
A Version 5 UUID is similar to Version 3, but it uses SHA-1 as the hashing algorithm instead of MD5. SHA-1 is generally considered more secure than MD5, although both are deterministic for the same input.
