Enhanced security: Bitcoin private key splitter

Standard

You can split your private key into a set of private keys  The resulting group of private keys can be used to reconstruct your original private keys. Think of it like *cough* “two-factor authentication”. We use a program called btckeysplit.  The project has no documentation at all and it appears to be a very recent (perhaps experimental?) project. This is how to use it (you need a machine with Python and Git installed):

Get the source code:

Then start the program. We will generate a newly random private key to start with:

We can then split it into a set of private keys. Run the program again:

There are your four keys which can be used to reconstruct your original private key. To reconstruct the original private key, run the program again:

The order in which these derrivated keys are entered does not seem to matter, but don’t take my word for it.  You can maximally derrive a group of 14 private keys with this program. Losing one or more of those keys means you can no longer move your bitcoins on the blockchain!

Related Post

Leave a Reply

90 ÷ = 9