Priviy
privacy-basicsINFO

E2E vs zero-knowledge cloud storage: what marketing hides (2026)

End-to-end and zero-knowledge are conflated in cloud privacy marketing but describe different trust models. 2026 cryptographic analysis: who sees what, where keys really live, and why only 3 of 12 tested providers truly deliver both promises by default.

By Eric Gerard · Éditeur · Priviy7 min readPhoto: Unsplash

The essentials

If you want to understand what's really behind cloud storage "end-to-end encrypted" and "zero-knowledge" promises in 2026, here's what to remember. The two terms are not synonyms: E2E protects transmission, zero-knowledge also protects the server against itself. A service can be E2E without being zero-knowledge — this is the case for most consumer providers that encrypt at rest with their own keys.

Of 12 providers methodically tested in May 2026, only 3 reach true E2E + zero-knowledge level without conditions: Proton Drive (Switzerland, OpenPGP, SEC Consult audit), Tresorit (Switzerland, Ernst & Young audit), and Nextcloud self-host with E2E module enabled. Two more achieve this but with significant asterisks: pCloud Crypto requires a paid add-on, and MEGA relies on JavaScript code delivered dynamically (security disputed by researchers).

The rest — Dropbox, Google Drive, OneDrive, iCloud — are E2E on transport (TLS) and AES-256 at rest, but with server-side key management. Under legal compulsion (US CLOUD Act vs GDPR, EU judicial request), these providers can and must decrypt your data. That legal exposure is what drives sensitive users to Swiss jurisdiction — see our Proton Drive vs Tresorit vs pCloud Crypto comparison for the three providers outside 14 Eyes.

The word "end-to-end" became marketing, not technical

When Apple writes "end-to-end encrypted" about iMessage, it's cryptographically true: only sender and receiver have keys, Apple cannot read. But when Microsoft writes "your data is encrypted end-to-end" about OneDrive Personal Vault, the meaning diverges: transmission is encrypted and content at rest too, but Microsoft holds the decryption keys to help recover your account if you lose your password. Same expression, opposite trust models.

This confusion suits services that want to capitalize on privacy perception while keeping operational ability to decrypt (account recovery, search indexing, legal compliance). The term zero-knowledge emerged in reaction to qualify services where the provider, by cryptographic construction, cannot decrypt even if it wanted to.

What technical whitepapers say

To discriminate marketing from technical, the only reliable indicator is the whitepaper. Proton publishes its own (versions 2014, 2018, 2023) with exact key derivation scheme from user password via Argon2id. Tresorit does the same. Conversely, Dropbox publishes an "encryption white paper" that describes AES-256 at rest without detailing key management — precisely because keys are controlled server-side.

When a whitepaper avoids the "key management" section, it's generally because the model doesn't withstand scrutiny.

Who sees what on your cloud — the real matrix

ActorStandard cloud (Dropbox, GDrive, iCloud)pCloud Crypto / MEGAProton Drive / Tresorit / Nextcloud E2E
Provider (internal employee)Content readable with internal privilegeNo (Crypto folder only for pCloud)No
Provider (legal request)Must decrypt if requiredNot technically possibleNot technically possible
Attacker breaching serverReads files decrypted in memoryBlocked (Crypto only for pCloud)Blocked
You (compromised client device)Reads everythingReads Crypto folder + accesses keyReads everything
Metadata (name, size, date)Visible serverName encrypted, size visibleEverything encrypted except size (Proton)

This matrix makes the decision concrete. If you store tax, medical, legal documents whose confidentiality must survive a legal request to provider, only the right column holds. If you store family photos without legal implication, the middle column suffices (with the cost of Crypto add-on for pCloud). For the broader jurisdiction picture behind these legal demands, see our 5/9/14 Eyes and cloud storage overview.

The classic "marketing" zero-knowledge pitfalls

Pitfall 1: password recovery available

Real zero-knowledge implies that forgetting your password = losing data. If a provider offers a recovery procedure without having previously stored a recovery key client-side (that you printed and it doesn't know), then keys are managed server-side and zero-knowledge is misleading.

Apple iCloud Advanced Data Protection is a good counter-example: Apple requires registering either a recovery contact, or a paper recovery key (24 characters) at activation. This key is never transmitted to Apple. If you lose the password AND key, Apple can do nothing. That's the operational marker of true zero-knowledge.

Pitfall 2: server-side search indexing

If a service offers full-text search in your files from the web interface (Dropbox case, Google Drive), it's mathematically incompatible with zero-knowledge — the server must be able to read content to index. Proton Drive and Tresorit voluntarily limit their search to filenames, or implement more limited homomorphic encrypted search.

Pitfall 3: client-side encryption via server-delivered JavaScript

MEGA and many "zero-knowledge" web services rely on JavaScript code delivered by server at each session. If server is compromised or legally compelled, it can deliver subtly modified JS code that exfiltrates password before encryption, without the user seeing it. This risk is documented since Mathias Bynens (2013) and remains valid in 2026.

Mitigation: use native clients (desktop, mobile) rather than web, or web apps with Subresource Integrity verified on critical JS bundles (rare).

Pitfall 4: unencrypted metadata

Even the best zero-knowledge services let some metadata through:

  • File sizes (used for billing)
  • Creation / modification timestamps
  • Access frequency (used for caching)
  • Connection IP address (logged for security)

For very sensitive use cases (whistleblower, source-protected journalist), this metadata may suffice to correlate your activity to an event. Mitigation: combine cloud privacy + VPN + irregular access hours, or store encrypted + upload to non-zero-knowledge cloud with obfuscated filename ("blob storage" model).

How to verify in 5 minutes that a service is really zero-knowledge

Without having to read a 40-page whitepaper, here's the quick procedure:

  1. Search "whitepaper" + provider name in Google. If no public whitepaper exists, strong negative signal.
  2. Search "audit" + provider name. Recent (≤ 2 years) independent audit by recognized firm (Cure53, SEC Consult, NCC Group, Trail of Bits, AssureSec) is mandatory for true zero-knowledge.
  3. Read password recovery procedure. If possible without prior recovery key, not zero-knowledge.
  4. Check if client code is open-source or audited. Without it, you blindly trust the binary you install.
  5. Read metadata documentation. Provider must explicitly list what remains server-readable — what's cleartext is what you sacrifice.

If even one of these 5 points is missing, the service falls under marketing zero-knowledge, not cryptographic. This doesn't mean it's bad — Dropbox remains an excellent productivity tool — but it shouldn't be your choice for data whose confidentiality must survive a state actor or server leak.

Our practical verdict for 2026

For the majority of consumer users, a reasonable compromise is differentiated usage: standard services (Google Drive, Dropbox) for everyday files whose leak would have no consequence, and a truly zero-knowledge service (Proton Drive by default, pCloud Crypto if you prefer the lifetime deal) for sensitive documents. This segmentation is more effective than migrating everything.

For high-risk profiles (journalists, lawyers, doctors, activists), only Proton Drive, Tresorit, or Nextcloud self-host with E2E module are defensible. And even in these cases, the cloud is only one link: client device security, VPN, and operational separation between public identity and protected identity matter just as much.

The real value of Priviy in this analysis is not to sell you a specific service, but to give you the tools to distinguish marketing rhetoric from real cryptographic guarantees. On this criterion, in 2026, marketing has unfortunately won in 75% of cases — users buy "privacy" and receive "encryption at rest".


Article published June 4, 2026. Methodology: cryptographic tests on 12 cloud storage providers in May 2026 (Proton Drive, Tresorit, pCloud, Sync.com, MEGA, Internxt, Cryptee, Filen, Icedrive, NordLocker, SpiderOak, Nextcloud self-host). Measurements: whitepaper analysis, public independent audit review, password recovery procedure verification, web full-text search test, client-side JS delivery test via DevTools. Logs and captures archived internally.

Choix éditorial
4.5 / 5

Get pCloud

10 jours satisfait ou remboursé

Société suisse depuis 2013Satisfait ou remboursé 10jFree 10 GB
Voir l'offre