Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.security > #319

Entropy for PRNGs

Path csiph.com!news.swapon.de!newsreader4.netcologne.de!news.netcologne.de!.POSTED!not-for-mail
From Beloumi <beloumi@riseup.net>
Newsgroups comp.lang.java.security
Subject Entropy for PRNGs
Date Sat, 31 Oct 2015 16:54:58 +0100
Organization news.netcologne.de
Lines 16
Distribution world
Message-ID <n12rqg$v3a$1@newsreader4.netcologne.de> (permalink)
References <gtti0bpfc0refsttph5ub7mcbctad6ag2b@4ax.com>
NNTP-Posting-Host cable-78-34-11-61.netcologne.de
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
X-Trace newsreader4.netcologne.de 1446310544 31850 78.34.11.61 (31 Oct 2015 16:55:44 GMT)
X-Complaints-To abuse@netcologne.de
NNTP-Posting-Date Sat, 31 Oct 2015 16:55:44 +0000 (UTC)
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
In-Reply-To <gtti0bpfc0refsttph5ub7mcbctad6ag2b@4ax.com>
Xref csiph.com comp.lang.java.security:319

Show key headers only | View raw


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 | NextPrevious in thread | Find similar


Thread

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