Google Releases Open Source Cryptographic Tool
Written by Kay Ewbank   
Thursday, 11 July 2019

Google has made available an open-source cryptographic tool called Private Join and Compute. The tool uses secure multi-party computation (MPC) to augment the core PSI protocol.

The product combines two cryptographic techniques  - private set intersection and homomorphic encryption. Private set intersection is a technique that finds common identifiers in two sets of data without either data owner needing to show the other owner the underlying data. Google uses an oblivious variant which only marks encrypted identifiers without learning any of the identifiers.

googlecrypt

The second technique is homomorphic encryption. This takes encrypted data and carries out computation on it without having to decrypt it, preserving the privacy of the underlying raw data. Throughout the process, individual identifiers and values remain concealed. For example, you can count how many identifiers are in the common set or compute the sum of values associated with marked encrypted identifiers, without learning anything about individuals. 

By using both techniques in conjunction, only the size of the joined set and the statistics (e.g. sum) of its associated values is revealed. Individual items are strongly encrypted with random keys throughout and are not available in raw form to the other party or anyone else.

The idea is that the library could be used to work on data sets from independent parties where each party holds their own information about a set of shared identifiers (e.g. email addresses), some of which are common, and get "aggregated insights" about each others data without either of them learning any information about individuals in the datasets.

Google says it is:

"exploring a number of potential use cases across collaborative machine learning, user security, and aggregated ads measurement."

Other suggested uses include mainly fall into the category of finding answers where the data wouldn't be available because of privacy issues, such as what the long-term health outcomes are of using a new preventative drug, or whether there's a decrease in reported car accidents when an auto manufacturer adds more advanced safety features to vehicles.

 googlecrypt

More Information

Academic Paper Explaining Technology

Open Source Code And Documentation

Related Articles

Chrome Cryptocode Generator Revealed

Microsoft SEAL Cryptography .NET Wrapper Released

MS Cryptography Library Open Sourced

 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


GR00T Could Be The Robot You Have Always Wanted
27/03/2024

We may not have flying cars, but we could well soon have robots that match up to predictions for the 21st century. Nvidia has announced GR00T, a cleverly named project to build robots using foundation [ ... ]



Apache Shiro 2.0 Released
21/03/2024

Apache Shiro 2.0 has been released. The Java security framework now requires at least Java 11, and has added support for Jakarta EE 10.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 11 July 2019 )