This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Insufficient Entropy"
From OWASP
Weilin Zhong (talk | contribs) (Fixed the category.) |
(→Description: added basic definition) |
||
Line 2: | Line 2: | ||
==Description== | ==Description== | ||
+ | |||
+ | When an undesirably low amount of random data is available. Psuedo Random Number Generators are susceptible to suffering from insufficient entropy when they are initialized because random data may not be available to them yet. | ||
==Examples == | ==Examples == |
Revision as of 20:50, 12 February 2007
This is a Vulnerability. To view all vulnerabilities, please see the Vulnerability Category page.
Description
When an undesirably low amount of random data is available. Psuedo Random Number Generators are susceptible to suffering from insufficient entropy when they are initialized because random data may not be available to them yet.
Examples
Related Threats
Related Attacks
Related Vulnerabilities
Related Countermeasures
Categories
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.