RE: Secure random ID generation
Unfortunately this is not an option. These are random keys for a
distributed network.
-----Original Message-----
From: miked@rootdown.net [mailto:miked@rootdown.net]
Sent: Tuesday, December 03, 2002 1:36 PM
To: Ryan M Harris
Subject: Re: Secure random ID generation
Take a look at some of the hardware cryptographic/SSL accelerator cards
out there. They have about the best random generators you can find on a
computer. If your needing to implement this is many languages, why not
have a single machine that generates all your random ids, then just pull
them from that one machine in all your programs (http/tcp is pretty easy
to implement in anything).
-Mike
---
Work: miked@irwinresearch.com
Play: miked@rootdown.net
On Tue, 3 Dec 2002, Ryan M Harris wrote:
> Hello all,
identifiers
> in a network security system, can you tell me if this formula is good
array('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F');
>
$RandomNumbers[mersenne_twister_rand(16)];
> }
number.
>
> Questions:
upon
> it?)
> 4) Is the mersenne twister a secure enough random generator? If not,
Received on Tue Dec 3 16:18:45 2002
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:02:44 EDT
|