securefs VS HElib

Compare securefs vs HElib and see what are their differences.

securefs

Filesystem in userspace (FUSE) with transparent authenticated encryption (by netheril96)

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. (by homenc)
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
securefs HElib
6 3
700 3,090
- 0.3%
9.6 3.5
10 days ago 10 months ago
C++ C++
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

securefs

Posts with mentions or reviews of securefs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-02.

HElib

Posts with mentions or reviews of HElib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-29.
  • The Rise of Fully Homomorphic Encryption
    3 projects | news.ycombinator.com | 29 Sep 2022
    For clarity, let's assume the hospital stores its records in plaintext. For the pharma company, the hospital encrypts the patient records with a secret key. Now they let the pharma company run their homomorphic algorithm and send the values back. Only problem is the pharma company can not read those results without having access to the key. FHE is completely redundant in this use case - the hospital could have simply run the pharma company's SQL and audited the code and outputs.

    What is FHE actually good for then? Let's imagine you are a top secret agent and you get instructions to fly to Bulgaria as a part of your mission. You have other hostile agents constantly monitoring you, trying to understand your next move. But there's a problem - to buy a plane ticket to Bulgaria you need to know the name of it's capital city. You can't just type it to Google, because these other agents have infiltrated the Google servers and see what you search (assume once you actually know the name of the capital, you somehow buy the actual ticket without "them" knowing..)

    Lukcily though, CloudCorp offers a public homomorphic query service for all world capitals. This service allows you to send a query for the capital of any country over an intercepted connection, and get back the result. Even if the hostile agents had infiltrated CloudCorp and were monitoring all your comms, they would not be able know which country's capital you just queried.

    How such service would be implemented is explained in good detail in this tutorial: https://github.com/homenc/HElib/tree/master/examples/BGV_cou...

    P.S. The capital of Bulgaria is Sofia.

  • C++ members chaining
    2 projects | /r/cpp | 5 May 2022
    While I was searching for homomorphic encryption tools/libs, I stumbled upon this.
  • 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.

What are some alternatives?

When comparing securefs and HElib you can also consider the following projects:

cryfs - Cryptographic filesystem for the cloud

SEAL - Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.

rust-9p - Tokio-based asynchronous filesystems library using 9P2000.L protocol, an extended variant of 9P from Plan 9.

Seal - 🦭 Video/Audio Downloader for Android, based on yt-dlp, designed with Material You

winfsp - Windows File System Proxy - FUSE for Windows

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

DroidFS - Encrypted overlay filesystems implementation for Android. Also available on gitea: https://forge.chapril.org/hardcoresushi/DroidFS

react-native-quick-crypto - ⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI

sshfs-win - SSHFS For Windows

Crypto++ - free C++ class library of cryptographic schemes

loggedfs - LoggedFS - Filesystem monitoring with Fuse

moebiustoolkit