UUID is not cryptographically unique id. Never has been. It's for cases where nobody has bad intention.
UUID is still good for it's intended purpose. Avoid collision when generating id's for systems that have no way to coordinate.
UUID is not cryptographically unique id. Never has been. It's for cases where nobody has bad intention.
UUID is still good for it's intended purpose. Avoid collision when generating id's for systems that have no way to coordinate.