Skip to content

ALbaron-Awad/Secret_Sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A simple implementation of Shamir's Secret Sharing for both Encryption and Decryption a text or number . for my cryptography course

Usage

Split a Secrets

-Enter your secret in the input field.

-Select the number of Shares and Threshold.

-Copy the encrypted output.

-Distribute it among the threshold.

Combine a Secrets

-Gather the required number of Threshold .

-Enter the content from each Threshold into the field,line by line .

-The original text will be displayed in the output field.

Testing

Run index.html

License

MIT, see license. [https://github.com/amper5and/secrets.js]

Releases

No releases published

Packages

No packages published