National Institute of Standards and Technology (NIST) has removed the much-criticized Dual_EC_DRBG (Dual Elliptic Curve Deterministic Random Bit Generator) from its draft guidance on random number generators following a period of public comment and review. The revised document retains three of the four previously available options for generating pseudorandom bits required to create secure cryptographic keys for encrypting data. NIST recommends that people using Dual_EC_DRBG should transition to one of the other three recommended algorithms as quickly as possible."
I just thought this might be of interest to some of you who argue that a RNG is not really random in a purely matematical sense but is random enough in a casino-owner sense. If some commonly used technique is being rejected for cryptography is it perhaps already being used in slot machines but susceptible to more analysis?
Quote: FleaStiffFrom Slashdot:
National Institute of Standards and Technology (NIST) has removed the much-criticized Dual_EC_DRBG (Dual Elliptic Curve Deterministic Random Bit Generator) from its draft guidance on random number generators following a period of public comment and review. The revised document retains three of the four previously available options for generating pseudorandom bits required to create secure cryptographic keys for encrypting data. NIST recommends that people using Dual_EC_DRBG should transition to one of the other three recommended algorithms as quickly as possible."
I just thought this might be of interest to some of you who argue that a RNG is not really random in a purely matematical sense but is random enough in a casino-owner sense. If some commonly used technique is being rejected for cryptography is it perhaps already being used in slot machines but susceptible to more analysis?
The requirements for key generation far exceed those for slot machines.
Quote: 98ClubsI thought "clocking" was a no-no for (P)RNG's.
"Straight" clocking is a no-no - even if the numbers aren't in order, as long as there is a fixed cycle. If you can determine when the "jackpot number" will come up to within 1/100 of a second, this is a major advantage.