• @DaveA
    link
    47 months ago

    GUIDs are globally unique because of maths and clocks not because of checking. When you generate a GUID you can be confident no GUID the same has ever been generated using that algorithm, ever, anywhere, and you don’t have to check.

    However, someone pointed out you could run a malicious instance that copies GUIDs from other instances and federates them out to deliberately cause issues, so this idea is out.

    • TWeaK
      link
      fedilink
      English
      27 months ago

      Ah fair, I guess I misunderstood GUID’s.