add cover image credit

This commit is contained in:
fria 2025-07-01 00:34:13 -05:00 committed by GitHub
parent 275f4a100f
commit 6cf958bcec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,9 @@ description: Learn about Secure Multi-Party Computation and how it can be used t
![An image of a lock and multiple keys going toward it to unlock it](../assets/images/multi-party-computation/cover.webp) ![An image of a lock and multiple keys going toward it to unlock it](../assets/images/multi-party-computation/cover.webp)
<small aria-hidden="true">Illustration: Jordan Warne / Privacy Guides</small>
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