Threshold Vault does not store your secret, your shards, or your recovery plan. Sensitive operations happen locally in your browser, and the source is open, so you don't have to take our word for it.
Three columns. The first is what your browser does. The second is what our server does. The third is what never leaves your device under any circumstance.
Eight properties of the protocol. Each is testable, by reading the source, watching network traffic, or running the tool offline.
All cryptographic work runs in your browser. No remote computation.
Our server holds the static app files. It does not see your data.
No email, no login, no profile. The tool is anonymous by design.
Every line is on GitHub. Cloneable, auditable, runnable offline.
Threshold Vault encrypts the secret locally, then splits the encryption key using Shamir's Secret Sharing.
Fewer than M cards cannot reconstruct the encryption key. The cards still show metadata by design.
Once loaded, the app works without internet. Cache it, run it later.
One button removes everything. Browser memory is the only memory.
Threshold Vault encrypts your secret locally with AES-256-GCM, then splits the encryption key with Shamir's Secret Sharing over GF(256). Neither step uses RSA, elliptic curves, or any assumption that a quantum computer breaks.
Shamir's portion is information-theoretically secure, sub-threshold cards reveal nothing regardless of compute power. AES-256 has no known efficient quantum attack.
Precise claim: the core split/recover path does not rely on public-key cryptography or blockchain signing. We do not claim the product is quantum-proof overall, that would overstate what the mathematics can certify.
A polynomial of degree M − 1 has exactly M coefficients. The secret is one of them. The shards are points the polynomial passes through.
Threshold custody solves one specific problem: the single point of failure. It is not a substitute for general operational security. We are explicit about both sides.
The cryptography only protects what the procedure preserves. These rules close the gaps the math cannot.
The product is the source code. This domain, our copy, our brand are all auxiliary to the math. If we vanish tomorrow, your shards still recover.
Six artifacts published alongside the code. Each is independently verifiable.