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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A very casual introduction to Fully Homomorphic Encryption (2012)

137 点作者 ergot超过 8 年前

6 条评论

mmastrac超过 8 年前
Oh hey, this is something I&#x27;ve actually done some real work on!<p>&gt; Just try converting that into a circuit<p>Hmm. I think this article is a little behind the times. Loops are not a problem with Homomorphic encryption, as we can create circuits that work exactly like a transistor-based CPU.<p>In fact, I&#x27;ve got an implementation of one that I&#x27;ve been working on here: <a href="https:&#x2F;&#x2F;github.com&#x2F;mmastrac&#x2F;oblivious-cpu" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mmastrac&#x2F;oblivious-cpu</a><p>The trick to making this work is that you may not know how long the computation is going to take, so you need to either add a set number of iterations to run (ie: clock cycles), or send back encrypted updates as you run to give your trusted computer a chance to determine when the calculation has finished.
评论 #13451382 未加载
评论 #13451355 未加载
ajb超过 8 年前
One limitation of Homomorphic encryption, as far as I can see, is that there is no way for the encrypted program to <i>choose</i> to communicate some data in the clear.<p>Which means it can&#x27;t be used to allow an untrusted party to run your encrypted server, and have the server communicate with parties that it doesn&#x27;t trust. Which is what most servers do. Unless I&#x27;m mistaken, or there has been an advance?
评论 #13450174 未加载
评论 #13450520 未加载
maxekman超过 8 年前
This is a very interesting read, highly recommend! I&#x27;m currently reading the excellent book Cryptography Engineering [1] and this article definitely adds to my newborn interest in cryptography!<p>[1] <a href="https:&#x2F;&#x2F;www.schneier.com&#x2F;books&#x2F;cryptography_engineering&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.schneier.com&#x2F;books&#x2F;cryptography_engineering&#x2F;</a>
based2超过 8 年前
<a href="http:&#x2F;&#x2F;www.americanscientist.org&#x2F;issues&#x2F;pub&#x2F;2012&#x2F;5&#x2F;alice-and-bob-in-cipherspace" rel="nofollow">http:&#x2F;&#x2F;www.americanscientist.org&#x2F;issues&#x2F;pub&#x2F;2012&#x2F;5&#x2F;alice-and...</a>
评论 #13450818 未加载
kaffeemitsahne超过 8 年前
Was there ever a followup blogpost?
评论 #13450732 未加载
quickben超过 8 年前
<a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Homomorphic_encryption" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Homomorphic_encryption</a>
评论 #13450848 未加载