Fully Homomorphic Encryption (FHE)

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fully-homomorphic-encryption

    An FHE compiler for C++

  • Whilst demonstrating incredible bleeding edge technology, the Hangman example is hardcoded.

    https://github.com/google/fully-homomorphic-encryption/blob/...

    It's such a convenient parody of a classic programming exercise that it must be intentional. I can't help laughing at how that one file is saying two things at once:

    "Uh, it's one-word Hangman. Dead simple. Nothing up our sleeves. I have Real Stuff to do, give me a break."

    "Our product is working great, but there's some minor fixes to do. Let's hold a meeting on how to really get this multi-word support cracked. Maybe add 'privacy-aware' and 'digitalization'?"

    Surprisingly, it's also making it very easy to understand what is actually relevant in the project.

  • brainfreeze

    Fully Homomorphic Brainfuck

  • oh yes. brainfreeze [0] is an example of an FHE Brainfuck machine. the problem is that your users can't decrypt any outputs at all from them. there's also a major possibility of confused deputy attacks if you blindly decrypt outputs returned to you by your users, since the users can "circuit-bend" your FHE program to a degree. for instance, nothing's stopping me from sending the output from brainfreeze back to you early - I can't even tell when it's halted!

    0. https://github.com/joeltg/brainfreeze

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • SEAL

    Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library. (by microsoft)

  • It's really great to see more big companies getting into this game, ease of adoption is really the key here.

    When it comes to FHE, there are 3 underlying paradigms you can target with compilers:

    1. boolean circuits, where you represent your program as encrypted boolean gates. The advantage is that it's as generic as it gets, the drawback is that it's very slow. TFHE is great for that, and it's what is shown here.

    2. arithmetic circuits, where you represent your program as a combination of encrypted additions and multiplications. This goes really fast, but you are quickly limited in terms of usecases because you can only do a certain number of arithmetic operations. CKKS/SEAL targets that: https://www.microsoft.com/en-us/research/project/microsoft-s...

    3. functional circuits, where you represent your program as a combination of homomorphic functions. Advantage is that you can do very complex things like deep neural network, the drawback being that you have limitations of the bits of precision for the computations. Concrete targets that: https://zama.ai/concrete/

  • EVA

    Compiler for the SEAL homomorphic encryption library (by microsoft)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Should we follow what impresses us?

    1 project | news.ycombinator.com | 12 Dec 2022
  • We’re Christian Mouchet, Jean-Philippe Bossuat, Kurt Rohloff, Nigel Smart, Pascal Paillier, Rand Hindi, Wonkyung Jung, various researchers and library developers of homomorphic encryption to answer questions about homomorphic encryption and why it’s important for the future of data privacy! AMA

    1 project | /r/privacy | 7 Nov 2022
  • Fully Homomorphic Encryption by Google

    3 projects | /r/crypto | 15 Jun 2021
  • On Intel SGX, is it possible to set an executable running such that you, the operator, cannot decrypt its state?

    1 project | /r/crypto | 7 Dec 2023
  • Ask HN: Best practices for safeguarding master password in organization?

    2 projects | news.ycombinator.com | 26 Sep 2023