This is the Linux app named Fully Homomorphic Encryption whose latest release can be downloaded as Transpilersourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Fully Homomorphic Encryption with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Fully Homomorphic Encryption
DESCRIPTION
This repository gathers Google’s practical tooling for Fully Homomorphic Encryption (FHE), focused on making it possible to run computations on encrypted data without ever decrypting it. At its core is a “transpiler” that converts ordinary functions (typically written in a restricted subset of C++ or similar) into FHE circuits, plus backends that execute those circuits with different FHE libraries. The workflow usually mirrors normal software development: write and test a cleartext implementation, run a simulator to validate logic and performance characteristics, then compile to an encrypted form to run with real FHE parameters. The project includes benchmarking harnesses, examples, and tutorials that demystify parameter selection, gate costs, and latency/throughput trade-offs. Multiple runtimes and backends are supported so teams can choose Boolean or integer schemes depending on accuracy and speed needs.
Features
- Source-to-FHE transpiler that turns functions into encrypted circuits
- Pluggable backends targeting different FHE libraries and schemes
- Cleartext simulation for correctness before encrypted execution
- Benchmarking utilities to profile latency and circuit size
- Example libraries and tutorials for common arithmetic and ML kernels
- Parameterization helpers for security levels and precision
Programming Language
C++
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/fully-homomorph-encrypt.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.