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.

Sharing secrets and distributing passwords

64 pointsby dwwoelfelover 12 years ago

5 comments

cypherpunks01over 12 years ago
The ssss unix utility does this, it's fun to use.<p>Docs at <a href="http://point-at-infinity.org/ssss/" rel="nofollow">http://point-at-infinity.org/ssss/</a>, demo at <a href="http://point-at-infinity.org/ssss/demo.html" rel="nofollow">http://point-at-infinity.org/ssss/demo.html</a> and it can be installed on ubuntu through the 'ssss' package, listed as ssss - Shamir's secret sharing scheme implementation.
评论 #4740322 未加载
dexter313over 12 years ago
It explains how a password can be cut up in pieces and distributed so that each piece individualy can be used to reveal the secret.<p>Skip to &#62;&#62;Shamir’s Algorithm&#60;&#60; section to get to the most interesting part.
xk_idover 12 years ago
hmm.. the article says: "If we encoded our secret with a cubic function and distributed coordinate sub-passwords it would require any combination of four points to determine the intercept and the secret."<p>Maybe I'm missing something here, but, taking any of the cubic function diagrams as example, what if all four coordinates have their "x" between -10 and 0? Those four coordinates will not be enough to generate the whole curve, no?
评论 #4738427 未加载
cprussinover 12 years ago
<a href="https://en.wikipedia.org/wiki/Threshold_cryptosystem" rel="nofollow">https://en.wikipedia.org/wiki/Threshold_cryptosystem</a>
snprbob86over 12 years ago
This is an extremely interesting and well written article. More like this please!