diff --git a/blog/assets/images/multi-party-computation/cover.webp b/blog/assets/images/multi-party-computation/cover.webp new file mode 100644 index 00000000..bd5377bf Binary files /dev/null and b/blog/assets/images/multi-party-computation/cover.webp differ diff --git a/blog/posts/multi-party-computation.md b/blog/posts/multi-party-computation.md index 4d55303f..ebdfa048 100644 --- a/blog/posts/multi-party-computation.md +++ b/blog/posts/multi-party-computation.md @@ -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 +![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. ## History