SecureRandom vulnerability also for BouncyCastle C#
bouncycastle, c#, java, random, security
Solution
The recent weakness was specifically identified in the Android implementation of `SecureRandom`. Oracle JRE and OpenJDK, have no vulnerabilities in their implementations of `SecureRandom` yet known as far as I can tell. Its worth noting that the implementation of SecureRandom will be different depending on where the JVM is running (i.e. Windows vs Unix-like)
EDIT: Excerpt from the article link you added, emphasis mine.
The problem lies in the Android’s built-in pseudorandom number generator, the SecureRandom Java class.
Problem
Today I have heard (through the news) that the Java SecureRandom is not random enough and that it can be predicted. Does this also apply to the SecureRandom implementation in BouncyCastle C#? See this news article