Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 542 Bytes

ProSS - Secret Sharing Learning Tool

This project presents a Java implementation aimed for learning about several Secret Sharing Schemes (SSS): Shamir’s (t,n)-threshold secret sharing, Asmuth-Bloom’s (t,n)-threshold secret sharing, and a (n,n)-threshold XOR based secret sharing...

see FinalReport.pdf for more information about the project.

Installation

Required: Java 8

No installation required.

Usage

Run ProSS/out/artifacts/ProceSS_jar

History

Imperial College Computer Science BEng - Final Year Individual Project