Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Finding Constant

This project demonstrates a simple implementation of Shamir’s Secret Sharing to reconstruct a hidden constant from given shares.
It focuses on the core logic of secret reconstruction using polynomial interpolation.


⚙️ What It Does

  • Reads secret shares from JSON test files
  • Applies Shamir’s Secret Sharing logic
  • Reconstructs the original constant securely

🧠 Tech Stack

  • Java
  • JSON

▶️ How to Run

Compile and run the Java file:

javac ShamirSecretSharing.java
java ShamirSecretSharing

📌 Use Case

  • Cryptography learning
  • Secure data sharing concepts
  • Academic and practice projects

About

Implementation of Shamir’s Secret Sharing to reconstruct a hidden constant from distributed shares - Java

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages