Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shamir

Java program for Shamir's Secret Sharing Scheme. This scheme takes a secret and breaks it into t shares, n of which are needed in order to reconstruct the shares. This implementation uses GF(p) for the polynomial.

Usage

java -jar Shamir.jar share <path to file containing secret> <number of shares> <threshold>

java -jar Shamir.jar combine <path to file containing shares> <prime>

About

Shamir's Secret Sharing Scheme implemented in Java

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages