Skip to content

ph-commons 9.3.2

Choose a tag to compare

@phax phax released this 28 Mar 21:43
· 1333 commits to master since this release
  • Logging a warning in VerySecureRandom if initial seeding takes more than 500 milliseconds
  • If the system property ph.disable-securerandom with the value of true is present, the usage of SecureRandom in class RandomHelper is disabled by default. Respective logging was added.
  • The system property ph.securerandom-reseed-interval with a numeric value ≥ 0 can be used to set the default "re-seed interval" for class VerySecureRandom
  • VerySecureRandom uses NativePRNGNonBlocking as the initial SecureRandom for faster Linux initialization.