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.

A very casual introduction to Fully Homomorphic Encryption (2012)

137 pointsby ergotover 8 years ago

6 comments

mmastracover 8 years ago
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 未加载
ajbover 8 years ago
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 未加载
maxekmanover 8 years ago
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>
based2over 8 years ago
<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 未加载
kaffeemitsahneover 8 years ago
Was there ever a followup blogpost?
评论 #13450732 未加载
quickbenover 8 years ago
<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 未加载