Multiple choice technology security

Standard Psuedo Random Number Generator (PRNG) cannot withstand cryptographic attacks.Which of the following type of PRNG would be the most secure to use for random number generation?

  1. Statistical

  2. Cryptographic

  3. None of the above

  4. Both of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Cryptographically secure PRNGs (CSPRNGs) are specifically designed to be unpredictable under cryptographic attacks. Statistical and other simple PRNGs do not offer these security guarantees.