> what methods do folks currently use (on NT and unix)
> to generate a random seed ...
mr. hodges,
solaris has a good trng product called
cryptorand. i've reviewed its internals
closely. cryptorand works by hashing
kernel memory. the pointers in kernel
memory get shuffled constantly by external
I/O, so /dev/kmem does contain good
randomness. cryptorand is very careful
and conservative about not delivering
too many bits.
linux' /dev/random hashes various load
averages with various sources of i/o
timing. i believe it is sound.
nt uses capi's generate_random_seed() call,
which mostly relies on static configuration
data, like the host's name & ip address.
if i remember correctly, it may hash the
load average in, too.
- don davis, boston
-
- random seed generation without user interaction? Jeff . Hodges
- Re: random seed generation without user intera... Donald E. Eastlake 3rd
- Re: random seed generation without user intera... John Kelsey
- Re: random seed generation without user in... Dennis Glatting
- Re: random seed generation without use... David R. Conrad
- Re: random seed generation without user in... Arnold G. Reinhold
- Re: random seed generation without user intera... Don Davis
- Re: random seed generation without user intera... William Allen Simpson
- Re: random seed generation without user in... Eric Murray
- Re: random seed generation without user intera... David A. Wagner
- Re: random seed generation without user intera... Steven M. Bellovin
- Re: random seed generation without user in... David Honig
- NSA Layoffs? Peter Wayner
- Re: random seed generation without user intera... Jeff . Hodges
- Re: random seed generation without user intera... Steven M. Bellovin
- Re: random seed generation without user intera... Steven M. Bellovin
- Re: random seed generation without user in... Arnold G. Reinhold
