Skip to content

v.1.5.0

Latest

Choose a tag to compare

@codsay codsay released this 05 Aug 12:02
· 2 commits to master since this release

What's Changed

  • Get rid of storing key-phrase in memory by @codsay in #37

Enhanced security, avoid memory leak issue

  • Support accessing words by index from an entropy

e.g. get the first word of key-phrase: KeyFactory.getInstance().getWordAt(entropy, 0)

Full Changelog: v1.4.0...v1.5.0