Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天我听说(通过新闻)Java SecureRandom 不够随机并且可以预测。这是否也适用于 BouncyCastle C# 中的 SecureRandom 实现?
看到这篇新闻文章
最近的弱点在SecureRandom. SecureRandom据我所知,Oracle JRE 和 OpenJDK 在它们的实现中没有漏洞。值得注意的是,SecureRandom 的实现将根据 JVM 运行的位置而有所不同(即 Windows 与 Unix-like)
SecureRandom
编辑:摘自您添加的文章链接,强调我的。
问题在于Android 的内置伪随机数生成器 SecureRandom Java 类。