Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.45 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.45 KB

Shamir Secret Sharing Implementation

This repository contains an implementation of Shamir's Secret Sharing in Java. The project allows secret sharing and reconstruction using Lagrange Interpolation. JSON files are used for storing and retrieving test cases.


📌 Features

  • Secret sharing and reconstruction using Shamir's Secret Sharing Scheme.
  • Polynomial interpolation implemented using Apache Commons Math Library.
  • Input and output handled using JSON files.
  • Implemented in Java and executed in VS Code.

🛠️ Prerequisites

Before running the project, ensure that the following dependencies are installed:


📥 Installation & Setup

1️⃣ Cloning the Repository

To clone this repository, Git must be installed. If not installed, it can be downloaded from the link above.

git clone https://github.com/your-username/your-repository.git
cd your-repository