shea256 / secret-sharing

A system for securely splitting secrets with Shamir's Secret Sharing Scheme
MIT License
483 stars 143 forks source link

Inital 0 omitted in recovered secret #27

Open adamcho14 opened 6 years ago

adamcho14 commented 6 years ago

My original secret is 0ZOyJJ6q7Hc0f5f5C0XPTKZNgIc3g0QRi90fFGWa7qnws8LVUZ6sTYEFiyey3n+l and when I have it recovered, it becomes ZOyJJ6q7Hc0f5f5C0XPTKZNgIc3g0QRi90fFGWa7qnws8LVUZ6sTYEFiyey3n+l.

I use the PlaintextToHexSecretSharer exactly as described in README.md.

Would you, please, help me?