[untitled]
3 comments
We built MindGTC Wallet because we were tired of seeing users punished for losing their keys.
This article explains what’s broken in the current wallet model — and how we fixed it using Shamir’s Secret Sharing + TKF.
I’d love critical feedback.
This article explains what’s broken in the current wallet model — and how we fixed it using Shamir’s Secret Sharing + TKF.
I’d love critical feedback.
> We use: Shamir’s Secret Sharing Your key is split into secure shards. One goes on your device Others are encrypted and stored decentralized
>
> Only YOU can recombine them TKF (Temporal Key Forge) A quantum-resistant layer that evolves your recovery over time.
This doesn't explain how it solves the problem. It says my key will be split, so sounds like I still need to handle the pieces of the keys? How's that different than plainly managing keys?
Hope this feedback helps =)
This doesn't explain how it solves the problem. It says my key will be split, so sounds like I still need to handle the pieces of the keys? How's that different than plainly managing keys?
Hope this feedback helps =)
And if not what stops the other shardholders getting together to steal my funds.