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.

Juicebox: Squeezing the hassle out of encryption key recovery

74 pointsby inmygarageabout 1 year ago

5 comments

imperiopolisabout 1 year ago
Author here, happy to answer any questions!<p>TL;DR we&#x27;re sharing an open-source encryption key recovery protocol that provides high security coupled with a user-friendly design, to make encryption further accessible to larger numbers of people. What we&#x27;ve built leverages programmable HSMs, distributed cryptography, and a user-friendly PIN-based recovery process to simplify key recovery without compromising security.
评论 #39986178 未加载
评论 #39986264 未加载
评论 #39992550 未加载
评论 #39990066 未加载
franky47about 1 year ago
One of my first blog posts was about a similar system, though much simpler&#x2F;naive and based on trusting an email address to distribute shards.<p>Its failure point boiled down to letting the user save the other shard. Maybe a 3-shard scheme could help redundancy and loss tolerance.<p><a href="https:&#x2F;&#x2F;francoisbest.com&#x2F;posts&#x2F;2020&#x2F;password-reset-for-e2ee-apps" rel="nofollow">https:&#x2F;&#x2F;francoisbest.com&#x2F;posts&#x2F;2020&#x2F;password-reset-for-e2ee-...</a>
DerekRodriguezabout 1 year ago
It looks like an interesting approach but it seems conceptually complex and difficult for general users to consume. Can you explain how this differs from Gridlock which is an app that allows any level user create a network of storage devices using threshold cryptography?
评论 #39995378 未加载
ggmabout 1 year ago
It&#x27;s a shame key escrow has become a tainted concept, mired in &quot;government has my keys&quot; because a mechanism to store offline a cold copy of keying material and recover it is a good thing to have available.
评论 #39987121 未加载
评论 #39986511 未加载
_factorabout 1 year ago
Interesting idea, but the logging aspect still leaves it up to the shard holder to perform.<p>This essentially reduces counting to a promise.
评论 #39987700 未加载