You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The product uses a Pseudo-Random Number Generator (PRNG) in a security context, but the PRNG is not cryptographically strong.
How to fix:
If this random number is used where security is a concern, such as generating a session identifier or cryptographic key, use a trusted cryptographic random number generator instead.
Instances:
net.jradius.tls.TlsProtocolHandler.java 155
The text was updated successfully, but these errors were encountered:
ponyataeva
changed the title
Use of Cryptographically Weak Pseudo-Random Number Generator
[1.1.5] Use of Cryptographically Weak Pseudo-Random Number Generator
Oct 16, 2018
The product uses a Pseudo-Random Number Generator (PRNG) in a security context, but the PRNG is not cryptographically strong.
How to fix:
If this random number is used where security is a concern, such as generating a session identifier or cryptographic key, use a trusted cryptographic random number generator instead.
Instances:
net.jradius.tls.TlsProtocolHandler.java 155
The text was updated successfully, but these errors were encountered: