Skip to content

Releases: patrickfav/dice

v1.7.0

11 Mar 12:09
4f948d8
Compare
Choose a tag to compare
  • remove hotsbits, since it is retired since 1st Jan 2023
  • update various dependencies
  • update to github actions & sonaqube
  • add OWASP dependency checker
  • fix lots of typos and minor bugs

v1.6.0

07 Apr 17:28
v1.6.0
4d73852
Compare
Choose a tag to compare

Changelog

  • use better implementations of Base64 and Hex encoder
  • Improve file writing speed by using bufferedOutputStream (~ +10% faster)
  • add version commit hash to cli output
  • add entropy hash to external sources
  • increase maximum chunk size of single random to 4 KiB from 1 Kib (~ +20% better bandwidth)
  • add nanoseconds request time as weak entropy source when using online seeding
  • update random.org API key and endpoint

Known Issues

  • #1 Tool does not exit when using external seeds in Java 10

Statistical Report

v1.5.0

30 Nov 19:31
v1.5.0
Compare
Choose a tag to compare

Changelog

  • enhance img encoder using block symbols
  • make anu quantum external rng optional (very slow)
  • switch to maven wrapper (using maven 3.6.0)
  • fix Base85 encoder claiming it is url-safe
  • add checkstyle

Known Issues

  • #1 Tool does not exit when using external seeds in Java 10

Statistical Report

v1.4.1

23 Jun 12:26
v1.4.1
214da59
Compare
Choose a tag to compare

Changelog

  • fix exe launcher starting on java9/10
  • add js encoder to list of supported encoders

Known Issues

  • #1 Tool does not exit when using external seeds in Java 10

Statistical Report

v1.4.0

23 Jun 10:57
v1.4.0
61e4607
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

Changelog

  • update a lot of internal dependencies
  • add check for entropy with counter to fail execution if they overflow
  • add image encoder
  • add javascript encoder in addition to node (uses Uint8Array instead of Buffer)
  • improve column rendering (cli out)
  • add bc threaded seed generator

Known Issues

  • Windows launcher won't work with Java9/10

v1.3.0

03 Oct 06:57
v1.3.0
b3b853f
Compare
Choose a tag to compare

Changelog

  • support max output of 10Gib (instead of 1 Gib)
  • use at.favre.lib:hkdf HKDF implementation
  • additional expand user input seed with hkdf

Known Issues

  • Windows launcher won't work with Java9/10

Statistical Report

v1.2.0

01 Oct 05:40
4221042
Compare
Choose a tag to compare

Changelog

  • add debug info for entropy sources
  • add threaded seed generator
  • update icon
  • update seed parser to interpret as Long if 64-bit integer
  • Various small fixes and enhancements

Statistical Report

v1.1.0

28 Sep 05:50
31893df
Compare
Choose a tag to compare
  • support of large file output (10+ GiB) with procedural output
  • Various small fixes and enhancements

v1.0.0

26 Sep 08:48
f07a4ed
Compare
Choose a tag to compare

Changelog

  • use NIST SP800-90Ar1 HMAC-DRBG
  • use multiple entropy sources
  • add line break every X lines of output
  • add Base58 and Base26
  • add crc32 check feature
  • add random.org signature verification
  • add hotbits and anu quantum external true random source with parallel network calls
  • add file output feature

Statistical Report

v0.6.0

08 Sep 02:24
9410d63
Compare
Choose a tag to compare
  • robot mode
  • signed jar