privacy

Your Cloud Storage Knows Who You Are Even After You Log Out

Browser fingerprinting tracks you across sessions without cookies. Here's what it means when the service holding your personal files can recognize you invisibly.

The phrase “clear your cookies” has become shorthand for protecting your privacy online. Log out, clear your browser data, use incognito mode — and you’re invisible again. For a lot of what actually happens on the web, this is wrong. The gap between what people think these actions achieve and what they actually achieve is widest precisely in the places people care about most: the accounts that hold their personal photos, files, journals, and memories.

Browser fingerprinting is the mechanism that closes that gap. Unlike cookies, it leaves nothing behind to delete. It doesn’t need your login credentials to recognize you. It doesn’t require you to consent to anything. And it works more reliably than you might expect, especially on the kinds of services people use for personal storage.

What Browser Fingerprinting Actually Collects

When your browser loads a page, it reveals dozens of facts about your environment without you sharing any of them explicitly. These aren’t just surface things like which browser you’re using. Modern fingerprinting assembles a profile from:

  • Canvas rendering output: your browser draws an invisible image in a way specific to your GPU, display driver, and operating system. The exact pixel output — invisible to you — produces a string that’s distinctive to your hardware combination.
  • WebGL fingerprints: similar, based on how your GPU handles 3D graphics calls.
  • Installed fonts: your system has a specific set of fonts installed. The combination is precise.
  • Screen resolution and color depth
  • Time zone, language, and locale
  • Browser plugins, extensions, and their versions
  • Audio processing characteristics: how your browser handles the AudioContext API varies by hardware.
  • How specific JavaScript APIs behave — things like timing, worker behavior, and garbage collection patterns.

No single data point is identifying. The combination almost always is. A widely cited fingerprinting study found that most browser configurations are unique within any large sample. By 2026, commercial fingerprinting services advertise accuracy rates above 95% on production traffic. More importantly, the fingerprint is stable: it doesn’t change when you log out, clear your history, or switch from one browser tab to another.

What you get, operationally, is a short hash — a string that represents your specific combination of characteristics. That hash can link your sessions across hours, days, or weeks without any persistent storage on your device.

Why This Matters More on Cloud Storage and Personal Apps

Fingerprinting happens across the entire web, but its implications are sharpest when the service stores something private.

Session continuity without authentication. Most cloud storage services and personal memory apps use some form of session fingerprinting as part of their fraud detection infrastructure. The legitimate security reason for this is real: when a login request comes from a hardware fingerprint the service has never seen before, that’s a meaningful signal that someone else might be trying to access your account. Many “suspicious login” alerts you’ve received are fingerprint-based, not just IP-address-based.

But the same infrastructure that flags unusual logins also means the service can recognize your returning visit before you authenticate. Your device’s fingerprint may precede your password in telling the service who you are.

“Logged out” is not the same as “unrecognized.” If you log out of a cloud storage service, clear your browser data, and return the next day, the service’s session system may connect your new visit to your history before you’ve entered your credentials. The login form appears, but the server-side session is already being linked.

Private browsing is much weaker than advertised. Incognito mode prevents your browser from saving local history, cookies, and session data. It doesn’t change your GPU, your font set, your timezone, your screen size, or any of the hardware characteristics that make your fingerprint yours. A website using fingerprinting sees an incognito session from your hardware as recognizably associated with your previous sessions — even if it can’t prove identity, it can make a confident inference.

Cross-service correlation. Fingerprinting is a browser-level phenomenon. The same fingerprint that identifies you on a cloud storage service can theoretically match your activity on other services — through shared analytics platforms, third-party scripts, or data brokers who aggregate fingerprints across their network of clients. This creates a profile that spans your use of personal storage, email, social media, and other services, even when each of those services operates separately.

The Legitimate Uses and the Surveillance Uses

It’s worth being specific about what different actors are doing with fingerprinting data, because “fingerprinting” describes both legitimate security practices and surveillance-adjacent behavior.

Fraud detection and session security. Banks and cloud services routinely use fingerprinting as a signal in their fraud detection systems. An unusual combination of device fingerprint, location, and behavior pattern is a reason to require additional authentication. This is beneficial to you and represents a standard security practice.

Analytics and behavior tracking. Many websites embed third-party analytics libraries — Google Analytics, Mixpanel, Segment, and others — that fingerprint visitors as a matter of course. The data collected is used to optimize the service and inform advertising, not to protect your account. The fingerprinting happens regardless of whether you’ve accepted any opt-in, and the data flows to the analytics provider, not just the website operator.

Cross-context profiling. The most privacy-invasive application is when fingerprints are used to connect your behavior across contexts that you’ve deliberately kept separate — your personal cloud storage, a news site, a shopping site — creating a composite profile that none of those services could build alone. This happens through shared analytics networks and data brokers who buy and aggregate fingerprint data.

The practical problem is that you usually can’t tell from the outside which of these is happening when you visit a service. The technical capability for all three uses is often present in the same JavaScript libraries.

What Actually Reduces Your Fingerprint Exposure

Here’s where honest advice diverges from reassuring advice.

Standard privacy hygiene has limited effect. Clearing cookies, using incognito mode, and deleting local browsing history do not materially affect your fingerprint. Neither does a VPN — changing your IP address doesn’t change your GPU, fonts, timezone, or any of the hardware characteristics that make your browser recognizable.

Browser choice has a meaningful effect. Two browsers are specifically engineered to resist fingerprinting:

Tor Browser randomizes or standardizes fingerprint-contributing properties so that all Tor Browser users present the same profile. This is the strongest protection available but comes with significant browsing friction — JavaScript is restricted, many sites work poorly, and page load times are longer.

Brave randomizes certain fingerprint parameters on a per-session basis by default. This breaks fingerprint consistency across sessions, which is a meaningful improvement over standard Chrome or Firefox without requiring Tor’s friction.

Firefox has fingerprinting resistance options in its “Strict” tracking protection mode, but it doesn’t go as far as Tor or Brave by default.

Using separate devices creates separate fingerprints. Because fingerprints are hardware-dependent, a different physical device produces a different fingerprint. This is impractical as a general strategy but meaningful if you have specific activities you want genuinely separated — personal health records on a personal device that never handles work, for example.

Content blockers can limit third-party fingerprinting. Extensions like uBlock Origin (in its default medium-blocking mode) prevent many third-party analytics scripts from loading, which limits cross-site fingerprint correlation through advertising networks. This doesn’t address first-party fingerprinting — the website itself collecting your fingerprint — but meaningfully reduces the exposure from third-party trackers embedded in pages.

Evaluating Cloud Storage Services Through a Fingerprinting Lens

For personal storage — photos, journals, private documents — the fingerprinting question adds a dimension that encryption disclosures alone don’t address.

A service might encrypt your files at rest with AES-256 and in transit with TLS 1.3. That protects the contents of your files from unauthorized access at the storage layer. It says nothing about whether the service is logging your behavioral pattern — when you access files, what you search for, how long you spend with certain content — in a form that isn’t encrypted at all.

The encryption layer and the logging/analytics layer are separate systems. Strong file encryption coexists perfectly well with detailed behavioral logging, and the two often do coexist in the same service. When evaluating a personal storage service, it’s worth asking both questions: what protects my files, and what can the service observe about how I use it?

The specific things to look for in a privacy policy:

  • What third-party analytics or tracking services are embedded?
  • Is session data or behavioral data shared with any third parties?
  • Can you opt out of analytics collection, and what exactly does that opt-out cover?
  • What data is retained after account deletion?

Services that run without advertising revenue have less structural incentive to instrument user behavior for external purposes — a paid subscription model means the product’s value comes from being useful to you, not from selling observations of you. That alignment doesn’t guarantee good data practices, but it does mean the business model isn’t actively working against them.

What This Changes Practically

Fingerprinting is one of several privacy considerations that apply to personal cloud storage, not the only one. But it’s the one that most directly challenges the common assumption that routine privacy actions — logging out, clearing browser data, using private tabs — give you meaningful protection.

If you’re storing genuinely sensitive material, the level of privacy you actually have depends less on what you do after a session ends and more on what the service’s analytics infrastructure does during it. The file that’s encrypted at rest may be accurately described in a behavioral profile built from the observable pattern of how you interact with it.

That’s not an argument to stop using cloud storage. It’s an argument to understand what “privacy” means for each specific layer of a system, and to choose services that are honest about which layers they protect and which ones they’re still watching.

See daftei’s approach to data use and what it does — and doesn’t — collect

Your memories deserve better than an ad platform.

Try daftei free →
← All posts