TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

14 pointsby joalavedra9 months ago

1 comment

sandassure9 months ago
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.