Secure Data Processing with C++: Unlocking the Power of Encrypted Computation πŸ”

Discover how recent cryptography advancements enable you to perform computations on encrypted data using C++. Access the slides and learn to enhance data privacy in your projects!

Secure Data Processing with C++: Unlocking the Power of Encrypted Computation πŸ”
CoreCppIL
481 views β€’ Jan 30, 2019
Secure Data Processing with C++: Unlocking the Power of Encrypted Computation πŸ”

About this video

By Max Leibovich, the slides can be found at: http://bit.ly/cppcrypt.

Advancements in cryptography in the last decade introduced a novel tool that allows Alice (client) to encrypt the data in her possession, pass the ciphertexts to Bob (server) and ask Bob to compute any function of her choosing on these ciphertexts, without disclosing any information about her data.
This tool is called Fully Homomorphic Encryption (FHE) and nowadays there exist several concrete implementations (all in C++) for these kind of schemes.
First we will understand how is it even possible to compute on encrypted data using FHE. Next we would take a look at several code examples that implement interesting computations on ciphertexts using FHE C++ open-source code libraries like: HElib, Palisade, TFHE, FHEW, SEAL, etc.

*Max Leibovich* is in the midst of doing a PhD in Computer Science, concentrating on the field of Cryptography. Computing on encrypted data brought him back into the amazing world of C++.

Presented at Core C++ meetup in ShellTech Modiin, Jan 2019: https://www.meetup.com/CoreCpp/events/257818839/

Tags and Topics

Browse our collection to discover more content in these categories.

Video Information

Views

481

Likes

5

Duration

59:15

Published

Jan 30, 2019

Related Trending Topics

LIVE TRENDS

Related trending topics. Click any trend to explore more videos.