Commit graph

11 commits

Author SHA1 Message Date
onovy
d389e975fe Change pool size back to 256 bytes. 2014-01-15 14:23:27 +01:00
pointbiz
76704bfce2 v2.7.6 increase seed pool size. show seed pool while moving mouse. add textbox for keyboard entropy. do not generate address without human added entropy. browser fingerprint entropy added to seed pool starting in a random position. whole seed pool initialized with getRandomValues. 2014-01-10 18:53:31 -04:00
pointbiz
b100c39dac Merge pull request #51 from onovy/random-pptr-seed
Initialize pptr to pseudo-random place before seeding.
2014-01-09 18:59:43 -08:00
onovy
19627f73cf Seed mouse movements as 16-bit numbers. 2014-01-09 06:18:36 +01:00
onovy
dc52dfe703 More entropy. 2014-01-05 20:03:34 +01:00
onovy
897ad54f5e Initialize pptr to pseudo-random place before seeding. 2014-01-05 17:25:13 +01:00
pointbiz
c71a584165 Merge pull request #49 from pointbiz/seed
more entropy for the PRNG seed
2013-12-21 20:10:09 -08:00
pointbiz
008c727aa2 v2.7.0 Use window.crypto.getRandomValues for added OS-supplied randomness 2013-12-15 23:10:56 -04:00
pointbiz
db6d3e9acc more entropy 2013-12-09 19:30:16 -04:00
Chris Cowan
37987975a7 Use window.crypto.getRandomValues for added randomness.
The output of SecureRandom.nextBytes is XORed against the result of
window.crypto.getRandomValues before returning, if present.
2013-11-16 04:26:23 -06:00
pointbiz
a111f763b4 grunt build system. unix line endings. 2013-08-27 22:05:31 -04:00