Create share
Split a secret into key portions (no account required)
Your secret is split using Shamir's Secret Sharing. Each portion is useless on its own; only when enough portions are combined can the secret be recovered.
End-to-end in your browser — the server never sees your secretKey portions
Give each portion to a different person. Store them securely. You need 2 of these to recover the secret.