• Mikina@programming.dev
      link
      fedilink
      arrow-up
      9
      ·
      9 hours ago

      Aren’t UUIDs designed to prevent collisions, rather than be cryptographycally secure? Not that it’s doing a great job here :D

      Edit: Nvm, that was guid.

      • BootLoop@sh.itjust.works
        link
        fedilink
        arrow-up
        7
        ·
        edit-2
        3 hours ago

        GUID and UUID are two names of the same thing. One is Globally Unique and one is Universally Unique. I think they mean not cryptographically secure as in not truly random if it’s generating duplicates.