Shamirs Secret Sharing

Keeps your most valuable data safe by not storing it in a single location

Keep your most valuable data safe using the Shamirs Secret Sharing algoritm. With the Secret Sharing algorithm your data is broken apart in multiple pieces, the secret can only be reconstructed by having multiple pieces of the puzzle. Instead of storing your recovery seeds in plain text, this allows you to store them encrypted, decentralized with added redunancy.

This website helps you construct a 2 out of 3 Shamirs Secret, completely clientside over free form text data without ever posting any of your data online. After generating the secret you can print out the pdf and distribute the pieces in safe locations. To give you an idea you can place one in the vault of a bank, one at your home and carry the other with you. When a single piece is seized or stolen your information is still protected. To recover your information the generated QR Codes can be scanned 1 by 1, any combination of two pairs from the same Shamir Secret will decode to the origional free form text. You can use the free form text to store your private key directly, or the (20/24 word seed) maintained by recovery procedures of populair hardware wallets.

Generate a cryptographic using Shamir's Secret. In order to recover the data encrypted you are required to have 2 out of 3 pairs. You should keep one of the pairs physically with you, and store the other two at seperate locations.