RecoveryEncryption

How Recovery Shards Work: Splitting a Key So No One Holds It Alone

A vault only you can open is exactly as strong as your ability to get back in. Put all of that on one recovery secret and you have built a single point of failure. Here is a better way.

A truly private vault has a hard edge to it. If only you can open your documents and passwords, then losing the way in means losing the vault. So most people fall back on a single recovery secret: one passphrase, written on one card, kept in one drawer. It works right up until the day it does not.

One secret is fragile in both directions. Lose it and you are locked out forever. Hand a copy to someone for safekeeping and now one person holds the keys to your entire life. Recovery shards solve this by refusing to put all that power, or all that risk, in a single place.

Key takeaways

  • A single recovery secret is one point of failure and one person with total power.
  • Threshold recovery splits the key into 5 shards; any 3 of them rebuild it.
  • A shard alone reveals nothing, and a lost or unreachable shard does not lock you out.
  • The same design doubles as an inheritance plan for the people you trust.

The problem with one secret

Imagine your master key written on a single slip of paper. Everything hinges on that slip. If it burns in a fire, floods in a basement, or simply gets thrown out with old mail, the vault seals permanently. If instead you copy it and give the copy to a relative, you have traded fragility for a different problem: that one relative can now open everything, at any time, with no one else involved.

Both failures come from the same root. You concentrated all the trust and all the risk into a single object or a single person. What you actually want is to spread it out, so no one point can lose the key and no one point can misuse it.

What a recovery shard is

A shard is one piece of a key that has been mathematically split into several parts. The important trick is that a shard on its own reveals nothing about the key. It is not a fragment you could squint at and guess the rest from. It is only meaningful in combination with enough of its siblings.

This is a well understood idea in cryptography called threshold secret sharing. You choose how many pieces exist in total and how many are needed to rebuild the whole. Kinship Vault uses a 3 of 5 arrangement: the key is split into five shards, and any three of them reconstruct it.

No single shard is the key, and no single shard holder can open your vault alone.

Why 3 of 5 is the sweet spot

The two numbers do different jobs. The total (5) is how widely you spread the pieces. The threshold (3) is how many must come together to recover. The gap between them is deliberate slack.

How you hold and share the shards

In Kinship Vault this lives in the Recovery Network. You choose the trusted contacts, and each shard can be handed over in whatever form fits that person:

Because the shards were generated on your device from a key that never left it, and no Kinship Vault server ever holds the vault, distributing the shards does not quietly leak the key to anyone in the middle. You are handing out sealed pieces, not the whole.

Tell people what they hold. A shard is useless if the person carrying it does not know it exists or what it is for. When you set up your Recovery Network, tell each contact plainly: this is a piece of my recovery, keep it safe, and here is who to work with if the day ever comes.

Recovery today, inheritance tomorrow

The same structure quietly solves a second problem. Threshold recovery is not only for the day you drop your phone in a lake. It is also how a family reaches what they need if you cannot act. Three trusted people, each holding a piece, can come together and reconstruct access, and no one of them could have done it alone or behind the others' backs. That is a far calmer arrangement than leaving a full passphrase in a note somewhere and hoping. We go deeper on the family side in our digital inheritance guide.

Recovery that trusts your circle, not a single slip of paper.

Kinship Vault splits your key into 5 shards, any 3 of which rebuild it. Share them with the people you trust as a QR code, a file, or a printed card.

See how recovery works