UUIDv3
UUIDv3 is a version of the Universally Unique Identifier (UUID) standard that generates unique identifiers based on a namespace and a name. It is a deterministic generation method, meaning that for the same namespace and name, the same UUIDv3 will always be produced. This contrasts with UUIDv1 and UUIDv4 which are based on time and random numbers respectively.
The generation process for UUIDv3 involves taking a namespace UUID and a name (a string) and applying
The purpose of UUIDv3 is to create stable, unique identifiers for resources where the identity is derived