KeySplit helps users securely and safely recover their private keys and/or passwords. The app uses Shamir’s Secret Sharing algorithm to split and locally encrypt any string input into “shards” that can be shared with others for safe keeping.
KeySplit was conceived at the ETHDenver hackathon back in February 2018.
Some blog posts describing the use case:
- KeySplit Private Key Security for Cryptocurrency Owners
- Introducing KeySplit a simple recovery tool for your secret keys and passwords
KeySplit's main decentralized application.
NodeJS 8.11.2 LTS is recommended for compatibility.
$ git clone https://github.com/KeySplit/dapp.git
Install needed npm
modules.
$ npm install
To run the dApp
locally.
$ npm run start