Change timestamp

This commit is contained in:
Jonah Aragon 2025-09-15 12:01:34 -05:00
parent bedf98baac
commit 9ddb81588f
No known key found for this signature in database
2 changed files with 7 additions and 8 deletions

View file

@ -1,24 +1,23 @@
---
date:
created: 2025-07-01T17:30:00Z
created: 2025-09-15T17:30:00Z
categories:
- Explainers
authors:
- fria
tags:
- Multi-Party Computation
- Privacy Enhancing Technologies
license: BY-SA
- Multi-Party Computation
schema_type: BackgroundNewsArticle
description: Learn about Secure Multi-Party Computation and how it can be used to solve real-world privacy problems.
---
# Privacy-Enhancing Technologies Series: Multi-Party Computation
# What is Multi-Party Computation?
![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](../tags.md/#tag:privacy-enhancing-technologies) of articles I'll be writing covering the privacy-enhancing technologies being rolled out.<!-- more -->
## History

View file

@ -91,7 +91,7 @@ Developed and hosted by *XWiki* in Paris, France, **CryptPad** is a complete onl
<div class="admonition recommendation" markdown>
![Nextcloud logo](../assets/img/document-collaboration/nextcloud.svg){ align=right }
![Nextcloud logo](../assets/img/self-hosting/nextcloud.svg){ align=right }
**Nextcloud** is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control.