Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CERT C Secure Coding StandardMSC30-C. Do not use the rand() function for generating pseudorandom numbers
SEI CERT C++ Coding StandardMSC51-CPP. Ensure your random number generator is properly seeded
MITRE CWECWE-327, Use of a Broken or Risky Cryptographic Algorithm
CWE-330, Use of Insufficiently Random Values
CWE-331, Insufficient Entropy
CWE-338, Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

Bibliography

...