Seed guardian

Split and reconstruct your groestlcoin BIP39 Seed using Shamir's Secret Sharing Scheme.

This software shares your BIP39 12 words seed in 15 words shares. For example, if you share your seed in 3 shares with a threshold of 2, you need 2 shares to reconstruct your seed, so you could lose one share, and somebody finding one share can't reconstruct your seed.

Features
• Hexadecimal shares are humanized using BIP39 algorithm, so each share is encoded as a sequence of 15 words.
• Adjustable number of shares and threshold.

Live version available at https://groestlcoin.org/seedguardian But it is recommended to download Seed Guardian offline and run it on your pc. Open index.html to get started.

This application is licensed under MIT. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Note: Only 12 words seed supported and should be BIP39 compatible.

Source code: https://github.com/Groestlcoin/seedguardian