Online UUID Generator - Version 5

UUID Version 5 generates identifiers similarly to Version 3 but uses the SHA-1 hashing algorithm instead of MD5. It takes a namespace and a user-defined name as inputs, ensuring that the same inputs will always result in the same UUID.

Pros:

Cons:

Best for: Scenarios where unique and consistent identifiers are needed from a specific namespace, such as generating IDs from URLs, usernames, or file paths.