UUID v5 is similar to UUID v3, but instead of MD5, it uses SHA-1, making it more secure and resistant to collision attacks. It is deterministic, meaning the same input (name + namespace) always generates the same UUID. This version is useful for cases where you need a UUID that represents a specific entity but remains unique across different applications.