Skip to content

b-czaszynski/thresholdBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thresholdBC

Introduction

One of the problems of blockchain technology is private keys getting lost, this android application we developed aims to solve that problem. This application uses codehale Shamir's secret sharing to divide a private key (or any secret) in k shares. Shares can be easily distributed among friends using NFC, more trustworthy friends can get multiple secrets. A lost private key can be recovered by bringing friends together with at least n shares and combining their shares to recover the secret. This application functions independently from any particular blockchain, it can be used to make secure secret recovery possible for any kind of secret. However, as an example an integration has been made in a fork https://github.com/TBruyn/trustchain_keyshare of the trustchain mobile application https://github.com/wkmeijer/CS4160-trustchain-android .

Getting Started

After cloning the project gradle can be used to build the application. For debugging android studio is recommended

Contributing

When you encounter issues please create an issue on the issue tracker.

Authors

See the list of contributors who participated in this project.

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •