Skip to content

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

License

Notifications You must be signed in to change notification settings

DJopek/shamir-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published