A simple implementation of Shamir's Secret Sharing for both Encryption and Decryption a text or number . for my cryptography course
-Enter your secret in the input field.
-Select the number of Shares and Threshold.
-Copy the encrypted output.
-Distribute it among the threshold.
-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.
Run index.html
MIT, see license. [https://github.com/amper5and/secrets.js]