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
Implement social recovery feature using Shamir's secret.
Users should be able to recover their vault in a totally decentralised and trustless manner by creating shards of their vault and distributing it among their trusted peers.
Shamir's secret enables the user to create x shards of their encrypted vault and distribute it among their trusted contacts. A certain threshold can be set which is required to retrieve the complete vault string.
The text was updated successfully, but these errors were encountered:
Implement social recovery feature using Shamir's secret.
Users should be able to recover their vault in a totally decentralised and trustless manner by creating shards of their vault and distributing it among their trusted peers.
Shamir's secret enables the user to create x shards of their encrypted vault and distribute it among their trusted contacts. A certain threshold can be set which is required to retrieve the complete vault string.
The text was updated successfully, but these errors were encountered: