Skip to content

Tags: bluescan/bip39tools

Tags

v0.9.15

Toggle v0.9.15's commit message
Update to Tacent v0.8.16. Increase version number to 0.9.15.

v0.9.14

Toggle v0.9.14's commit message
Help text available when running validateBip39 from the command line.

v0.9.13

Toggle v0.9.13's commit message
Inc version to 0.9.13. Now using newer tacent library. FinalWordsBip3…

…9 now saves the full list of possible last words as well as the particular one you chose randomly with coin flips. Before, if you cose to flip coins, only the final chosen one would be saved.

v0.9.12

Toggle v0.9.12's commit message
Version to 0.9.12. Release includes install of launcher scripts.

v0.9.11

Toggle v0.9.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.9.10

Toggle v0.9.10's commit message
Updated PiZero install instructions to optionally include the new too…

…l launcher bash script.

v0.9.9

Toggle v0.9.9's commit message
Faster algorithm in use for generating the list of final words when u…

…sing the FinalWordsBip39 tool. Instead of just trying all possible 2048 words and checking validity, it now just generates the word list for the possible entropy bits. This will be about 256 times faster if you supply 23 words, and 16 times faster if 11 words supplied.

v0.9.8

Toggle v0.9.8's commit message
Update to Tacent v0.8.10. New release of Bip39Tools.

v0.9.5

Toggle v0.9.5's commit message
Runs on aarch64 (arm64). Inc version to V0.9.5

v0.9.4

Toggle v0.9.4's commit message
Version 0.9.4. Code cleanup. A ranged input method. Program will exit…

… after a large number of consecutive invalid entries. When done with entropy bits, overwrites memory with random bits multiple times, and clears memory of them. Corrected some of the method description text.