Hacker News new | ask | show | jobs
by glitch003 3037 days ago
>The cryptocurrency apologists want each individual to manage their private keys.

Actually, a hybrid solution is possible using multisig and secret sharing algorithms. Many crypto enthusiasts are aware of how the "real world" works. People need to be able to recover access to their accounts if they lose their keys. It's not all black and white like you make it out to be.

For example, I implemented a solution for a mobile app that stores a users private key in their phone's keychain. It also splits the key into two parts, and emails the user 1 part, and stores the other part on a centralized server. If a user loses their key, they can get the first recovery part from their email, and by verifying their identity via 2 factor, the centralized server provides them with the second recovery part.

1 comments

Parity's multisig was hacked. It's a risk.