Skip to content
/ dapp Public

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

Notifications You must be signed in to change notification settings

KeySplit/dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published