Live data from Hacker News

Show HN: Open-Source Shamir Secret Sharing Library in Go

github.com

1–2 of 2 posts

Re: Show HN: Open-Source Shamir Secret Sharing Library in Go

#2
May I ask what your opinion is on secret sharing with Substitution Cipher instead of Shamir’s Secret Sharing? I see many implementations of SSS so I was just wondering why people find SSS preferable over using something very simple like Substitution Cipher? Maybe I have overlooked something that make Substitution Cipher much less feasible.