ph-commons 9.3.2
·
1333 commits
to master
since this release
- Logging a warning in
VerySecureRandomif initial seeding takes more than 500 milliseconds - If the system property
ph.disable-securerandomwith the value oftrueis present, the usage ofSecureRandomin classRandomHelperis disabled by default. Respective logging was added. - The system property
ph.securerandom-reseed-intervalwith a numeric value ≥ 0 can be used to set the default "re-seed interval" for classVerySecureRandom VerySecureRandomusesNativePRNGNonBlockingas the initialSecureRandomfor faster Linux initialization.