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.
Làm theo các hướng dẫn sau để chạy ứng dụng này:
- 1. Đã tải ứng dụng này xuống PC của bạn.
- 2. Nhập vào trình quản lý tệp của chúng tôi https://www.onworks.net/myfiles.php?username=XXXXX với tên người dùng mà bạn muốn.
- 3. Tải lên ứng dụng này trong trình quản lý tệp như vậy.
- 4. Khởi động trình giả lập trực tuyến OnWorks Linux hoặc trình giả lập trực tuyến Windows hoặc trình mô phỏng trực tuyến MACOS từ trang web này.
- 5. Từ Hệ điều hành OnWorks Linux mà bạn vừa khởi động, hãy truy cập trình quản lý tệp của chúng tôi https://www.onworks.net/myfiles.php?username=XXXXX với tên người dùng mà bạn muốn.
- 6. Tải xuống ứng dụng, cài đặt và chạy nó.
MÀN HÌNH:
Mã hóa đồng hình hoàn toàn
SỰ MIÊU TẢ:
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.
Tính năng
- 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
Ngôn ngữ lập trình
C + +
Danh Mục
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.