SecuritySecurity
Conference50min
INTERMEDIATE

Beyond encryption at rest: computing on encrypted data

This talk introduces homomorphic encryption, enabling computation on encrypted data without decryption. It covers the mathematics behind fully homomorphic encryption, practical applications in confidential AI, healthcare, and finance, and current limitations such as performance, ciphertext size, and developer complexity.

talk.summaryAiDisclaimer

Andrea Iacono
Andrea Iacono
talks.description
Cloud providers encrypt data at rest and in transit, but most applications still decrypt information before processing it. Homomorphic Encryption (HE) challenges this model by allowing computations to be performed directly on encrypted the server computes the result without ever seeing the inputs.
This talk introduces the fundamentals of HE, from early partially homomorphic cryptosystems to Craig Gentry's 2009 breakthrough, explaining core concepts like ciphertext noise, noise budgets, and bootstrapping in an accessible way. We'll cover how modern schemes like CKKS, BGV, and TFHE differ in what they compute efficiently, and explore practical use cases: confidential AI inference where a model produces predictions without seeing user inputs and financial services where credit scoring operates entirely on encrypted records.
We'll also discuss current limitations (performance overhead, ciphertext size, and developer complexity) and how hardware acceleration and compiler tooling are rapidly closing these gaps. Attendees will leave with a clear picture of where HE is practical today and where it is not, and concrete pointers to start experimenting with open-source libraries.
encrypted data
confidential ai
homomorphic encryption
fully homomorphic encryption
talks.speakers
Andrea Iacono

Andrea Iacono

Italy

Andrea is a software engineer with a broad experience in several industries ranging from e-commerce to industrial automation, from public administration to Web TV / music. His interests are in algorithms, data and AI.