davidp94 / shamir39

Split BIP39 mnemonics using Shamir's Secret Sharing Scheme

Home Page:https://iancoleman.github.io/shamir39/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shamir39 Tool

A tool for converting BIP39 mnemonic phrases to shamir secret sharing scheme parts whilst retaining the benefit of mnemonics.

Online Version

https://iancoleman.github.io/shamir39/

Standalone offline version

Download standalone.html

Open the file in a browser by double clicking it.

This can be compiled from source using the command python compile.py

Usage

TODO

Donations

Since this project is the efforts of many people, most of which don't appear in the obvious places like code or issues, donating to the project itself causes significant operational difficulties.

As a result, if you would like to support this project financially you are encouraged to donate to one of the many groups that makes the internet a place amenable to projects such as this one.

Donation-accepting organizations and projects

If the list is too difficult to choose from, the EFF is a good choice.

Electronic Frontier Foundation

or for a direct bitcoin address, consider donating to the Free Software Foundation at 1PC9aZC4hNX2rmmrt7uHTfYAS3hRbph4UN

alt text

Making changes

Please do not make modifications to standalone.html, since they will be overwritten by compile.py.

Make changes in src/* and apply them using the command python compile.py

Tests

TODO

License

This Shamir39 tool is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.

About

Split BIP39 mnemonics using Shamir's Secret Sharing Scheme

https://iancoleman.github.io/shamir39/

License:MIT License


Languages

Language:HTML 74.2%Language:JavaScript 25.7%Language:Python 0.1%