MuchPIR VS SEAL

Compare MuchPIR vs SEAL and see what are their differences.

MuchPIR

Homomorphic Encryption PIR Postgres C/C++ Agregate Extension. (by ReverseControl)

SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library. (by microsoft)
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
MuchPIR SEAL
2 6
25 3,391
- 0.8%
1.8 0.0
over 1 year ago 7 months ago
C++ C++
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MuchPIR

Posts with mentions or reviews of MuchPIR. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-07.

SEAL

Posts with mentions or reviews of SEAL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-15.
  • 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
  • Haveibeenpwnd
    1 project | /r/privacy | 22 May 2022
    the protocol implementation built on the opensource SEAL library
  • Fully Homomorphic Encryption by Google
    3 projects | /r/crypto | 15 Jun 2021
    FHE has been around for a while now, IBM: https://github.com/homenc/HElib and Microsoft: https://www.microsoft.com/en-us/research/project/microsoft-seal/ both have their own (much more mature) FHE implementations.
  • Fully Homomorphic Encryption (FHE)
    8 projects | news.ycombinator.com | 14 Jun 2021
    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/

  • Microsoft Seal: Fast and Easy-to-Use Homomorphic Encryption Library
    1 project | news.ycombinator.com | 27 Feb 2021
  • Would you pay for querying a postgresql database in such a way the server never learned what row you queried for?
    1 project | /r/Database | 15 Feb 2021
    Case 2: the encrypted case. You would be encrypting the data itself, so each cell in your database would be encrypted, the filesystem, the tables, the database, and every other aspect of postgresql is left exactly the same. As a matter of fact, you would install this the same way you would install every other postgresql extension. Just run "make install". The only dependency is Microsoft SEAL(https://github.com/microsoft/SEAL) which is open source and you download it and install it from source as well. That is it.

What are some alternatives?

When comparing MuchPIR and SEAL you can also consider the following projects:

opmsg - opmsg message encryption

HElib - HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.

plv8 - V8 Engine Javascript Procedural Language add-on for PostgreSQL

fully-homomorphic-encryption - An FHE compiler for C++

PurritoBin - fast, minimalistic, encrypted command line paste-bin

EVA - Compiler for the SEAL homomorphic encryption library

ESP32-CAM-Video-Telegram - Record avi video on ESP32-CAM and send to Telegram on event or request

brainfreeze - Fully Homomorphic Brainfuck

Free-the-World-Algorithm - an algorithm to conduct anonymous votes/ polls/ elections/ opinion studies with billions of authenticated voters securely and verifiable

qTox - qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.

go-sqlcrypter - custom Go data type to facilitate column-level encryption