Skip to content
Back to Blog
PrivacyBy Ciphera Team11 min read15-01-2026

Why Privacy Can't Be an Afterthought

Every major tech company says it cares about privacy. Google's homepage says "keeping your information safe." Apple calls privacy "a fundamental human right." Meta talks about "putting privacy first." And in 2025 alone, those three companies were hit with over $2 billion in privacy-related fines and verdicts — several still contested. Something doesn't add up. According to the Thales 2025 Digital Trust Index, no industry sector reached above 50% consumer trust for handling personal data that year — though the 2026 edition shows movement, with Banking climbing to 57%; most sectors are still below the line. And 82% of consumers abandoned a brand in the past 12 months because of data concerns.

TL;DR:

Privacy washing — claiming to protect data while profiting from it — cost Google, Apple, and Meta over $2 billion in fines and verdicts in 2025, several of them still contested. Real privacy requires architecture, not marketing: zero-knowledge encryption, open-source code, and zero personal data collection. Ciphera builds every product on these principles because you can't fake a cryptographic guarantee.

Update, 19-07-2026 — This post has been re-verified. The open-source receipts now point at Tessera, the OPAQUE authentication core, rather than the UI library; fines and market statistics below have been re-dated and several contested rulings flagged; and the zero-knowledge FAQ now describes the current OPAQUE authentication model instead of the retired SRP flow.

What Does Privacy Washing Actually Look Like?

In September 2025, Google had an extraordinary month. France's CNIL fined the company EUR 325 million for inserting ads disguised as emails in Gmail without consent and placing cookies without valid permission — affecting 74 million accounts. That same month, a US federal jury ordered Google to pay $425.7 million after finding the company continued collecting user data through third-party app partnerships even when 98 million users had explicitly disabled the "Web & App Activity" setting. Users toggled the switch to "off." Google kept collecting anyway. For eight years. The verdict is contested — Google has moved to vacate it, and no payout had been distributed as of mid-2026.

Google wasn't the only one. In January 2025, Apple agreed to pay $95 million to settle allegations that Siri was recording conversations even without the "Hey, Siri" trigger — and that those recordings were shared with advertisers. Plaintiffs reported seeing targeted ads for products they'd only mentioned out loud near their Apple devices. Checks from that settlement — roughly $8 per eligible device — went out in January 2026. It wasn't the end of it: in May 2026, Apple agreed to a further $250 million settlement, this time over using Siri recordings to train AI models without consent. This from a company that runs billion-dollar ad campaigns about privacy being a human right.

CompanyThe ClaimThe RealityFine
GoogleUsers can disable Web & App ActivityKept collecting via third-party apps for 8 years$425.7M*
GoogleProper cookie consent in GmailAds disguised as emails, cookies without consentEUR 325M
AppleSiri only listens when triggeredRecorded without trigger, shared with advertisers$95M
MetaGDPR-compliant data transfersTransferred EU data to US without safeguardsEUR 1.2B*
Total (these 4 alone):$2B+

*Contested as of mid-2026 — Google has moved to vacate its verdict; Meta's fine is under appeal at the EU General Court.

And then there's Meta. The Irish Data Protection Commission fined Meta EUR 1.2 billion in May 2023 — the largest GDPR fine ever — for transferring EU personal data to the United States without adequate safeguards. That fine remains under appeal at the EU General Court. All while claiming GDPR compliance on every product page. Privacy washing isn't subtle. It's a pattern: say one thing in the marketing, architect another in the code.

Why Does Privacy Washing Keep Happening?

The global data broker market is worth $315.66 billion in 2026, up from $294.27 billion in 2025 (Mordor Intelligence). Consumer data accounts for 35.1% of that revenue — driven by demand for personalized marketing and real-time customer profiling. When user data is this valuable, privacy will always conflict with the business model. You can't simultaneously monetize personal data and protect it.

The information asymmetry makes it worse. Only 9% of Americans always read privacy policies before agreeing. 36% never read them at all. Can you blame them? Meta's privacy policies total 19,434 words — 82 minutes of reading. The average privacy policy runs 4,000-7,000 words. If you tried to read every privacy policy you encounter in a month, it would take 46.6 hours. That's longer than a full work week.

Cookie consent banners are privacy theater. CookieYes's data on cookie consent trends shows the pattern clearly: in the US, over 80% accept cookies. In Germany and France, fewer than 25% do — because European regulators forced sites to show a visible "Reject All" button. When "Reject All" is equally prominent, 50-70% of users reject cookies. The design was the manipulation all along.

Here's the uncomfortable truth: companies that make money from data have a structural incentive to make privacy hard to exercise. Long policies nobody reads. Dark patterns in consent banners. Settings that don't actually turn off collection. These aren't bugs. They're features of the business model.

Can You Actually Verify a Company's Privacy Claims?

The Linux Foundation's 2025 survey found that 83% of enterprises consider open-source software valuable, with 78% citing improved security as a key reason. There's a simple explanation: open source is the only way to verify what software actually does with your data. Everything else is a trust exercise.

Think about Apple's Siri recording scandal. It happened because nobody outside Apple could inspect what Siri was doing. The code was closed. The behavior was hidden. Users had to trust Apple's marketing — and that trust was betrayed. With open-source software, the recording behavior would have been discovered in the code before it ever shipped. That's not hypothetical. It's how open-source security works in practice: thousands of eyes catching what internal teams miss or ignore.

Not every Ciphera product is open source — but the parts that carry the cryptographic guarantees are. Pulse is open source. So is Tessera, the OPAQUE authentication core and SDKs behind every login. If we claimed zero-knowledge encryption but actually decrypted files server-side, anyone could read the code and call us out. That's the point. Open source doesn't ask you to trust us. It invites you to verify us.

That kind of accounting isn't just a slogan. Our own migration history includes literal DROP COLUMN statements removing fields we later decided we didn't need, and the email lookup itself runs through a 1,000,000-iteration client-side blind index specifically so the server never sees a plaintext address. Here's the full accounting of what we see and don't.

An Android device with Chrome communicates location data back to Google 340 times per 24-hour period — 14 times per hour (Security.org / Vanderbilt University). Background data collection is double that of active usage. Google earns Security.org's worst possible rating for data collection: an "F." The gap is real: services built on surveillance collect hundreds of data points per user per day. Privacy-first alternatives collect close to zero.

How Ciphera's Architecture Makes Privacy Washing Impossible

Cisco's 2025 (8th edition) Privacy Benchmark Study found that 96% of organizations reported their privacy investment paid for itself, with a median ROI of 1.6x. Privacy isn't a cost center — it's an asset. But it only works when it's built into the architecture, not bolted on as a policy. Here's what that looks like in practice.

Zero personal data collection. Pulse provides website analytics without cookies, fingerprinting, or IP storage — the visitor hash rotates on a daily key, and the raw IP is discarded the moment it's hashed (see how that stacks up against the alternatives in our Pulse vs. Google Analytics, Plausible, and Fathom comparison). It doesn't collect personal data as defined by GDPR Article 4. There's no consent banner needed because there's nothing to consent to. Compare that to Google Analytics, which collects IP addresses, sets tracking cookies, builds cross-site behavioral profiles, and requires a full cookie consent banner plus a Data Processing Agreement. We didn't build "Google Analytics but more private." We built something architecturally different.

Open source where it matters. Pulse is open source. So is Tessera — the OPAQUE authentication core and SDKs behind our zero-knowledge login flow, Apache-2.0, with a Go SDK (tessera-go) and a browser SDK (@ciphera-net/tessera on npm). That's the cryptography itself — independently auditable, not just the interface around it. You can read the code and verify it does what we say. If Apple had published Siri's voice processing code, the recording scandal would have been caught in a code review, not a lawsuit.

Swiss infrastructure. Our servers are hosted in Switzerland, governed by the FADP, outside the reach of the US CLOUD Act, and outside Five Eyes intelligence-sharing alliances. Ciphera is a Belgian company — not a US entity — so the CLOUD Act can't compel us to hand over data.

No advertising business model. This is the one that matters most. Google, Meta, and increasingly Apple make money from advertising. Advertising requires user data. When your revenue depends on knowing everything about your users, privacy will always lose. Ciphera has zero advertising revenue. We make money from the products we sell, not from the data we collect. When there's no financial incentive to collect data, the decision to not collect it is easy.

The key difference: You can change a privacy policy overnight. You can't fake a zero-knowledge encryption implementation. When privacy is in the architecture — client-side encryption, zero data collection, open-source code — it's verifiable and permanent. When privacy is in the marketing, it lasts until the next quarterly earnings call.

The Privacy Market Is Growing — Here's Why

The privacy-enhancing technologies market stood at $3.12 billion in 2024 and is projected to reach $12.09 billion by 2030, growing at a 25.3% CAGR from 2025-2030 (Grand View Research). People aren't just expressing concern in surveys. They're switching. Signal reached #1 in app stores across Finland, Belgium, Italy, and the Netherlands in 2025, with Dutch downloads surging 958% in three months. Proton grew from a 10,000-person crowdfunding campaign to 100 million accounts. DuckDuckGo handles 98.8 million searches daily.An ExpressVPN survey (2025) found that 21% of Americans would pay for a social media platform that doesn't use their data to train AI, with another 50% saying they'd consider it depending on features and pricing. That's 71% of Americans open to paying for privacy. The demand isn't theoretical. People are tired of being the product, and they're putting their money where their frustration is.

Privacy isn't a feature you can add to a product that was built to collect data. It's a foundation you either build on from day one or you don't. We built Ciphera because we were tired of reading privacy policies that contradicted the code behind them. Every architectural decision — client-side encryption, zero data collection, open source, Swiss hosting, no ad model — exists because we believe privacy should be verifiable, not promised. Don't take our word for it. Read the code.

FAQ

Frequently Asked Questions

Pulse (github.com/ciphera-net/pulse) is open source, and so is Tessera — the OPAQUE authentication core and SDKs behind our zero-knowledge claims, Apache-2.0, live on crates.io and npm since June 2026 (tessera-go, @ciphera-net/tessera). That's the cryptography itself, independently auditable — a stronger receipt than a UI kit. The Linux Foundation (2025) found 78% of enterprises cite improved security from open source because code is inspectable by anyone, not just the company that wrote it.

It means Ciphera's servers can't read your files. Data is encrypted with AES-256-GCM in your browser before upload. Authentication is OPAQUE (RFC 9807), so no password-derived value is ever transmitted; the vault key is a non-extractable browser CryptoKey, stored wrapped under the OPAQUE export_key that only a successful login can re-derive. SRP-6a, the older protocol, was retired in June 2026. Even in a worst-case server breach, attackers find only encrypted blobs and wrapped keys they can't unwrap.

No. We don't collect personal data, so there's nothing to sell. Pulse collects zero personal data by architecture. The data broker market is worth $315.66 billion in 2026, up from $294.27 billion in 2025 (Mordor Intelligence). We opted out of that economy entirely.

Ciphera fills a different gap: privacy-first analytics (Pulse), authentication, bot protection, and email infrastructure — all Swiss-hosted. Think of it as the privacy infrastructure layer that complements tools like Proton and Signal.

Related Articles

Get started

Put this into practice.

Ciphera builds privacy-first infrastructure — analytics, identity, bot protection, and email that don’t surveil. The tools this article describes are the ones we run.