8000 GitHub - sethRait/Shamir: Shamir's Secret Sharing Scheme implemented in Java
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sethRait/Shamir

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

No releases published

Packages

No packages published

Languages

0