Homomorphic Encryption: Aarushi Gupta 1RV18EC001
Homomorphic Encryption: Aarushi Gupta 1RV18EC001
Encryption
Aarushi Gupta
1RV18EC001
• Introduction
• Alice’s Jewelry Store Analogy
• Core Principle
• Brief History
• Partially homomorphic algorithms
Contents o RSA
o ElGamal
o Paillier
• Applications
• Drawbacks and limitations
• References
Is it possible to delegate processing of your
data without giving away access to it?
Introduction
This question, which tests the tension
between convenience and privacy, has
always been important, but seems
especially so now that we are headed
toward widespread use of cloud computing.
Alice’s Jewelry
Store Analogy
Core Principle
• h(x * y) = h(x) * h(y)
• h(x + y) = h(x) + h(y)