Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How to generate a UUID? (was possible data format...Re:Re: dbms3.r 0

From: brett::codeconscious::com at: 17-Jan-2002 23:27

> Well, "infeasibly hard" means the probability that a random message > would have the same checksum should be about 6.84227765783589E-49 > and you shouldn't be able to do better crafting one yourself. > > The issue is not that synonyms won't happen, but that they're > unlikely and you can't predict WHEN they'll happen. Therefore they > are "safe" for indicating whether a message has been tampered with.
So um, that means using it to produce a UUID is ok as long as I'm willing to accept the odds of a clash (very unlikely). I've more chance of being hit by a bus than having to deal with the consequences of a little ID clash in my system. Therefore I should focus my energies on watching out for buses than coding around clashes of IDs. Maybe I should go to bed ! Brett.