On Apr 1, 2011, at 2:11 AM, Willy Tarreau wrote:
> On Thu, Mar 31, 2011 at 08:10:04AM -0400, Roy Smith wrote:
>> I didn't really write a specification, but I think a critical part of the spec >> would be that the only guarantee about the id string is that it's unique
Well, yes, but that's a general problem which is difficult to solve. There's really only two ways to generate unique identifiers. One is to use some probabilistic algorithm with a large enough entropy that the chances of a collision are very low. Uuid, and crypto hashes of various flavors are all examples of this approach.
The other is to have some globally administered namespace. Examples would be global IPv6 addresses (and IPv4, before evil things like NAT came along!), telephone numbers, and the like. Even so, those are only useful for cooperating parties, not
> providing proofs in case of litigation
since they can be spoofed by evil-doers.
I understand that other people may have other uses for this capability, which would imply additional requirements. I'm fine with switching to a different way of generating the unique ids. My concerns are three:
So, with the above three points in mind, what's a reasonable path to continue this and get it to a point where it's worth including in the core distribution?
-- Roy Smith roy.smith#s7labs.comReceived on 2011/04/01 15:05
This archive was generated by hypermail 2.2.0 : 2011/04/01 15:15 CEST