Re: Generating good quality 128bit random numbers
From: Carlos Moreno (moreno_at_mochima_dot_com_at_xx.xxx)
Date: 09/18/05
- Next message: Milan VXdgsvt: "Re: RSA encryption/decryption"
- Previous message: Peter Pearson: "Re: help! modular arith and matrixes"
- In reply to: pascaldamian2_at_yahoo.com: "Re: Generating good quality 128bit random numbers"
- Next in thread: Unruh: "Re: Generating good quality 128bit random numbers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 18 Sep 2005 14:36:32 -0400
pascaldamian2@yahoo.com wrote:
> The system I'm building is more like P2P, where two or more clients can
> exchange their database content, and not necessarily with a central
> server. So there will not be a "central system" that can give out node
> IDs.
I see.
Still, it may be a good idea to use randomly generated numbers (or
a hash of a bunch of information that uniquely identifies the machine
that is acting as client/sub-database) *only* for the node ID; each
node, then, uses a sequential "transaction ID" to guarantee uniqueness
locally (that simplifies things a bit, I believe).
Carlos
--
- Next message: Milan VXdgsvt: "Re: RSA encryption/decryption"
- Previous message: Peter Pearson: "Re: help! modular arith and matrixes"
- In reply to: pascaldamian2_at_yahoo.com: "Re: Generating good quality 128bit random numbers"
- Next in thread: Unruh: "Re: Generating good quality 128bit random numbers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|