Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.java.security > #319
| From | Beloumi <beloumi@riseup.net> |
|---|---|
| Newsgroups | comp.lang.java.security |
| Subject | Entropy for PRNGs |
| Date | 2015-10-31 16:54 +0100 |
| Organization | news.netcologne.de |
| Message-ID | <n12rqg$v3a$1@newsreader4.netcologne.de> (permalink) |
| References | <gtti0bpfc0refsttph5ub7mcbctad6ag2b@4ax.com> |
I have written a collector of entropy from GUIs (key strokes, mouse events) and - this is the main source of entropy - the Java thread schedule. https://github.com/Beloumi/EntropyPool (Comments, suggestions and criticism are welcome) The thread schedule as source of entropy is also used in ThreadedSeedGenerator (used in Bouncy Castles Crypto API, OpenJDK and others) and Oracles SpinnerEntropySource. What I am interested in is: As far as I know, the behavior of the Java Thread Scheduler depends on the implementation of the JVM and is not part of the specification of the JVM. So the thread behavior might vary for different system and JVMs. Does anybody know differences for threads of the same priority? Beloumi
Back to comp.lang.java.security | Previous | Next — Previous in thread | Find similar
Cannot generate DH keypair Roedy Green <see_website@mindprod.com.invalid> - 2015-09-28 10:31 -0700
Re: Cannot generate DH keypair Mike Amling <mamling@chaff.us> - 2015-09-29 09:58 -0500
Re: Cannot generate DH keypair Roedy Green <see_website@mindprod.com.invalid> - 2015-10-01 09:47 -0700
Entropy for PRNGs Beloumi <beloumi@riseup.net> - 2015-10-31 16:54 +0100
csiph-web