/dapp

KeySplit helps users securely and safely recover their private keys and/or passwords

Primary LanguageJavaScript

KeySplit

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:

dApp

KeySplit's main decentralized application.

Getting Started

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