aherbert commented on PR #1250: URL: https://github.com/apache/commons-lang/pull/1250#issuecomment-2297399936
Would this be mitigated be changing `SecureRandom.getInstanceStrong()` to `new SecureRandom()`? IIUC the later is still cryptographically strong but would not block via using `/dev/urandom`. This could be done using a system property. Thus you can switch the type of secure(). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
