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


Udacity's New Discovering Ethical AI Course
12/04/2024

Udacity has just launched an hour-long course on Ethical AI. Intended for a wide audience across many industries, it introduces to basic concepts and terms needed to step into the world of Ethica [ ... ]



ACM Adopts Open Access Publishing Model
05/04/2024

ACM, the Association for Computing Machinery, the professional body for computer scientists, has relaunched Communications of the ACM, the organization’s flagship magazine, as a web-first  [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Thursday, 11 July 2019 )