You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In practice, splitting a secret into multiple shards will require safe storage of each shard. Some possibilities for technical storage:
cold storage in airgapped Tails persistence volume
LUKS-encrypted non-tails USB stick
GPG-encrypted in unencrypted USB stick
GPG-encrypted within an encrypted USB stick (plain old LUKS or Tails persistence)
Additionally, physical storage requirements should be considered, to avoid loss of shards due to misplacing. Some possibilities for physical storage:
safe in a secure room at organization
safe at home
on keyring, kept on-person
All options come with caveats. We should at least list out some of the options, and preferably recommend generalized solutions for most use cases.
User Stories
As a user with a secret to protect, I want to make sure that distributing trust is not reducing the likelihood I can recover the secret after a long time has passed. Recommend a safe solution for my use case.
As a technical admin advising users on Sunder, I want to reference documentation to make the right choice for the use case I'm faced with.
Feature Request
Description
In practice, splitting a secret into multiple shards will require safe storage of each shard. Some possibilities for technical storage:
Additionally, physical storage requirements should be considered, to avoid loss of shards due to misplacing. Some possibilities for physical storage:
All options come with caveats. We should at least list out some of the options, and preferably recommend generalized solutions for most use cases.
User Stories
As a user with a secret to protect, I want to make sure that distributing trust is not reducing the likelihood I can recover the secret after a long time has passed. Recommend a safe solution for my use case.
As a technical admin advising users on Sunder, I want to reference documentation to make the right choice for the use case I'm faced with.