TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Juicebox: Squeezing the hassle out of encryption key recovery

74 点作者 inmygarage大约 1 年前

5 条评论

imperiopolis大约 1 年前
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 未加载
franky47大约 1 年前
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>
DerekRodriguez大约 1 年前
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 未加载
ggm大约 1 年前
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 未加载
_factor大约 1 年前
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 未加载