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.
ทำตามคำแนะนำเหล่านี้เพื่อเรียกใช้แอปนี้:
- 1. ดาวน์โหลดแอปพลิเคชั่นนี้ในพีซีของคุณ
- 2. เข้าไปที่ file manager https://www.onworks.net/myfiles.php?username=XXXXX ด้วยชื่อผู้ใช้ที่คุณต้องการ
- 3. อัปโหลดแอปพลิเคชันนี้ในตัวจัดการไฟล์ดังกล่าว
- 4. เริ่มโปรแกรมจำลองออนไลน์ของ OnWorks Linux หรือ Windows ออนไลน์ หรือโปรแกรมจำลองออนไลน์ MACOS จากเว็บไซต์นี้
- 5. จาก OnWorks Linux OS คุณเพิ่งเริ่มต้น ไปที่ตัวจัดการไฟล์ของเรา https://www.onworks.net/myfiles.php?username=XXXXX พร้อมชื่อผู้ใช้ที่คุณต้องการ
- 6. ดาวน์โหลดแอปพลิเคชั่น ติดตั้ง และเรียกใช้
ภาพหน้าจอ:
การเข้ารหัสแบบ Homomorphic อย่างสมบูรณ์
รายละเอียด:
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.
คุณสมบัติ
- 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
ภาษาโปรแกรม
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.