in reply to Re^4: Your random numbers are not that random (UtS,L)
in thread Your random numbers are not that random
I ran on the assumption that it is the random number generator failing only for the hash seeding code -- hence downplaying the problem. I have no idea which RNG the actual rand() function uses, but password/session key generation can be made reasonably secure even with a nonfunctional RNG.
To the OP: What sort of results do you get if you run perl -le 'print rand() for 1..10' on the faulty boards? If you run it twice, will the same sequence repeat? What about on the working boards?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Your random numbers are not that random (UtS,L)
by cavac (Prior) on Jul 22, 2012 at 19:40 UTC | |
by BrowserUk (Patriarch) on Jul 22, 2012 at 20:22 UTC | |
by cavac (Prior) on Jul 31, 2012 at 16:43 UTC | |
by Anonymous Monk on Jul 22, 2012 at 20:21 UTC |