Sat.Oct 19, 2024

article thumbnail

The Where's Waldo Effect in Privacy

Abhishek Tiwari

Safeguarding individual privacy inherently means data minimisation i.e. limiting the collection and disposal of data. This principle has been a cornerstone of privacy advocacy and is even enshrined in regulations like the EU's General Data Protection Regulation (GDPR).

article thumbnail

Exploring Homomorphic Encryption with Python

Abhishek Tiwari

Homomorphic encryption is a powerful cryptographic technique that allows computations to be performed on encrypted data without decrypting it first. This blog post will introduce the concept of homomorphic encryption and demonstrate implementations using Python. What is Homomorphic Encryption?