A web application applying Shamir's Secret Sharing for text, image and zip files sharing and recovery
-
Updated
May 25, 2021 - Java
A web application applying Shamir's Secret Sharing for text, image and zip files sharing and recovery
In this project, we want to implement Shamir's secret plan so that we can share a key among shareholders and perform decryption by collecting them.
Shamir's Secret Sharing - split a secret into shares, which may later be combined to reconstruct the secret
The purpose of this program is to solidify the concepts of Secret Sharing and Homomorphism.
TPE for Cryptography & Security course from ITBA
Java library with encryption features like RSA, AES, Shamir's Secret Sharing, and more.
Based on Coda Hale's project Shamir's Secret Sharing
Prototype of DeRec-as-a-Service, Tests of Shamir Secret Sharing, AES-GCM and similar
Create Ethereum wallet with multi-party validation and threshold cryptography.
Simple builder and utility functions for creating Shamir secret shares and secret reconstruction.
SSKR for JavaCard. Use the official fork at BlockchainCommons/jc-sskr.
Terminal program for simple seed generation, encryption, decryption, backup and more.
A Java implementation of Shamir's Secret Sharing.
Secret sharing library in Java for the Archistar multi-cloud storage system
A Java implementation of Shamir's Secret Sharing algorithm over GF(256).
Add a description, image, and links to the shamir-secret-sharing topic page so that developers can more easily learn about it.
To associate your repository with the shamir-secret-sharing topic, visit your repo's landing page and select "manage topics."