/shamir-implementation

I wanted to make my own Implementation of Shamir's secret sharing

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Shamir's secret sharing implementation

Warning: It may not be 100% safe. Use at your own risk.

How to use it

Run node shamir_decompose.js for decomposing the generated 256-bit hex key into shares.
Run node shamir_recompose.js for recomposing the key from the shares.

Also I would be grateful for any feedback and ideas for improvement.