Michael Guevara who is the Product Manager at the Privacy and Data Protection office at Google while talking about it said, “Differentially-private data analysis is a principled approach that enables organizations to learn from the majority of their data while simultaneously ensuring that those results do not allow any individual’s data to be distinguished or re-identified”.
With differentially privacy, organizations can use the data of users without having the ability to distinguish them or identify them.
Differential Privacy Library
This library by Google has been out-sourced to make things easier for developers and meet their needs of getting data. Along with being accessible to everyone for free, it is also easy to deploy. Here are some of the key features of differential privacy library:
Rigorous Testing: There is no doubt that differential privacy is not an easy task. Along with a thorough test suite, an extensive ‘Stochastic Differential Privacy Model Checker library’ has been added to differential privacy library to help developers in avoiding mistakes.
Statistical Functions: Using differential privacy library, developers can now compute counts, averages, percentiles, sums and medians. Majority of the common statistical functions are supported by the library.
Modular: The library has been designed in a way that it can be easily extended to include other functionalities such as: aggregation, privacy budget management, additional mechanism etc.
Ready to use: The question ‘Can I use this?’ is what pops in every developer’s mind with an open-source release. The answer is ‘absolutely, yes’ as PostgreSQL extension has also been included with popular recipes to help developers get started.
To learn more about the technicalities of differential privacy library, please take a look at this link.