add cover image

This commit is contained in:
fria 2025-07-01 00:27:50 -05:00 committed by GitHub
parent 1125da3847
commit 4bdfbe5d63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 891 KiB

View file

@ -14,6 +14,8 @@ description: Learn about Secure Multi-Party Computation and how it can be used t
--- ---
# Privacy-Enhancing Technologies Series: Multi-Party Computation # Privacy-Enhancing Technologies Series: Multi-Party Computation
![An image of a lock and multiple keys going toward it to unlock it](../assets/images/multi-party-computation/cover.webp)
We know how to secure data in storage using E2EE, but is it possible to ensure data privacy even while processing it server-side? This is the first in a series of articles I'll be writing covering the privacy-enhancing technologies being rolled out.<!-- more --> We know how to secure data in storage using E2EE, but is it possible to ensure data privacy even while processing it server-side? This is the first in a series of articles I'll be writing covering the privacy-enhancing technologies being rolled out.<!-- more -->
## History ## History