Google Launches General Purpose Transpiler For Fully Homomorphic Encryption

Google-Launches-General-Purpose-Transpiler-For-Fully-Homomorphic-Encryption

Last month, Google unveiled a first-of-its-kind, general-purpose transpiler for fully homomorphic encryption (FHE). The new update allows developers to compute encrypted data without having to access any personally identifiable information. The open-source libraries and tools to perform FHE operations on an encrypted dataset are available on GitHub. 

Besides this, there have been plenty of open source libraries and tools to perform FHE operations in the past, including FHE, Concrete, cuFHE, etc.

“We are proud to be an industry leader in developing, deploying, and scaling new privacy-preserving technologies that make it possible to create helpful experiences and learn valuable insights while protecting our users’ privacy,” said Miguel Guevara, product manager, privacy and data protection office at Google, in a blog post.

With FHE, encrypted data can move across the internet to a server, where it can be processed without being decrypted. The transpiler will enable developers to write code for any type of basic computation (be it simple string processing or math) and run it on encrypted data. This allows developers to create new programming applications that do not need unencrypted data. Also, FHE can be used to train machine learning models on sensitive data privately.

Citing a healthcare startup Arkhn, Google said the company could accelerate scientific discovery using differential privacy to share data across hospitals.

Also Read: Company Closeup: Alteryx – From Data To Decision Discovery

Four years ago, Google researchers invented Federated Learning, which helps preserve privacy by keeping as much personal information on your device as possible. Two years back, Google made its differential privacy library freely available to any organisation or developer. It’s an anonymisation technology enabling developers to learn from their data privately. 

Currently, data anonymisation is the most widely used technique, especially in the healthcare segment. It is a process of stripping all personally identifiable information from the dataset while retaining only the relevant part without compromising the users’ privacy. For example, hospitals and clinics typically remove patients’ names, addresses, contact numbers, and other vital information from the health records before incorporating them into large datasets.

In the next ten years, Google said FHE could even help researchers find associations between specific gene mutations by analysing genetic information across thousands of “encrypted samples” and “testing different hypotheses” to identify the genes associated with the diseases they are studying. 

“We still have a ways to go before most computations happen with FHE — but much as it took some time for HTTPS to take off and be widely adopted,” according to Google. 

Google said the launch of its fully homomorphic encryption is a step towards bringing helpful products that preserve users’ privacy and keep their data safe.