<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://www.cloakid.net/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.cloakid.net/" rel="alternate" type="text/html" /><updated>2026-06-09T07:13:18+00:00</updated><id>https://www.cloakid.net/feed.xml</id><title type="html">Privacy protection</title><subtitle>An amazing website.</subtitle><author><name>CloakID</name></author><entry><title type="html">The Latency Trap: Why Building a Performant Secure Cloud Proxy is Harder Than It Looks</title><link href="https://www.cloakid.net/blog/the-latency-trap-why-building-a-performant-secure-cloud-proxy-is-harder-than-it-looks/" rel="alternate" type="text/html" title="The Latency Trap: Why Building a Performant Secure Cloud Proxy is Harder Than It Looks" /><published>2025-09-28T00:00:00+00:00</published><updated>2025-09-28T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/the-latency-trap-why-building-a-performant-secure-cloud-proxy-is-harder-than-it-looks</id><content type="html" xml:base="https://www.cloakid.net/blog/the-latency-trap-why-building-a-performant-secure-cloud-proxy-is-harder-than-it-looks/"><![CDATA[<h1 id="the-latency-trap-why-building-a-performant-secure-cloud-proxy-is-harder-than-it-looks">The Latency Trap: Why Building a Performant Secure Cloud Proxy is Harder Than It Looks</h1>

<p>The concept of a secure cloud proxy is elegant in its simplicity: route traffic through a trusted, remote environment to neutralize threats before they reach the browser. In theory, it’s a powerful model for reclaiming digital privacy.</p>

<p>In practice, executing this model without compromising the modern web experience is a monumental engineering challenge. Through rigorous internal research and development, we’ve found that the real-world obstacles are far greater than most services acknowledge. It’s not about just blocking trackers; it’s about rebuilding a browsing experience that is simultaneously secure, private, and fast.</p>

<h2 id="the-tyranny-of-round-trips-the-latency-challenge">The Tyranny of Round-Trips: The Latency Challenge</h2>

<p>Every remote service, from a simple VPN to a complex cloud proxy, introduces latency. A packet of data must travel from your browser to the service, get processed, and then travel to the destination server—and back again. Each leg of this journey is a “round-trip,” and milliseconds add up with terrifying speed.</p>

<p>Our R&amp;D confirmed a critical truth: when you begin to actively modify web traffic to defeat sophisticated threats like digital fingerprinting, the processing overhead can lead to a degraded user experience. A page that once loaded in 500ms might now take two seconds. In the modern web, that’s an eternity. For a service to be truly usable, it cannot feel like a compromise. Obsessively engineering a low-latency architecture isn’t a feature; it is the entire foundation upon which trust and usability are built. Any service that ignores this is building a product that is, by definition, broken.</p>

<h2 id="the-domino-effect-the-site-compatibility-challenge">The Domino Effect: The Site Compatibility Challenge</h2>

<p>The second major hurdle is the intricate, often fragile, nature of modern websites. Today’s most invasive tracking techniques, like CNAME cloaking, cleverly disguise tracking domains as legitimate subdomains. Neutralizing them at the network level is effective, but it’s a surgical operation.</p>

<p>We found that aggressively blocking these trackers can inadvertently break critical website functionality. A third-party script required for a payment gateway might be hosted on the same CDN as a tracking script. Block the tracker, and you might block the transaction. This creates an unacceptable dilemma for the user: privacy or functionality? A true Trusted Browsing Service cannot force users to make that choice. The challenge, therefore, is to build a system with the intelligence and granularity to dismantle the surveillance architecture of a page without causing the entire structure to collapse.</p>

<h2 id="our-commitment-engineering-over-hype">Our Commitment: Engineering Over Hype</h2>

<p>Solving these problems is what drives us. It’s why we have established a company-wide “Performance &amp; Reliability First” mandate. We are committed to solving the hard problems of latency and compatibility because we believe that true privacy cannot come at the cost of the user experience.</p>

<p>We are not interested in launching another service that makes theoretical promises it can’t keep in the real world. We are building a new foundation for trusted browsing, and we are committed to getting it right.</p>

<h2 id="follow-our-journey">Follow Our Journey</h2>

<p>We are building CloakID in the open and sharing our learnings along the way. If you are passionate about solving the deep technical challenges of online privacy, join our waitlist. You’ll be the first to know when our rebuilt, performant service is ready for its next phase of testing.</p>

<p><a href="https://www.cloakid.net/">Join the Relaunch Waitlist</a></p>]]></content><author><name>CloakID</name></author><category term="tech" /><summary type="html"><![CDATA[Why building a performant secure cloud proxy is harder than it looks - the real engineering challenges behind privacy-first browsing.]]></summary></entry><entry><title type="html">What is Browser Fingerprinting? A Deep Dive for Privacy-Conscious Professionals</title><link href="https://www.cloakid.net/blog/browser-fingerprinting-deep-dive/" rel="alternate" type="text/html" title="What is Browser Fingerprinting? A Deep Dive for Privacy-Conscious Professionals" /><published>2025-09-01T00:00:00+00:00</published><updated>2025-09-01T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/browser-fingerprinting-deep-dive</id><content type="html" xml:base="https://www.cloakid.net/blog/browser-fingerprinting-deep-dive/"><![CDATA[<p>Every day, you take steps to protect your digital privacy. You use a VPN, clear your cookies, and browse in incognito mode. But what if the very browser you’re using is broadcasting a unique signature that allows you to be tracked across the web—without any cookies at all?</p>

<p>This is the reality of browser fingerprinting, a sophisticated and pervasive tracking method that operates beyond the reach of most standard privacy tools. Unlike traditional tracking methods that rely on stored data, fingerprinting exploits the inherent characteristics of your browser and device to create a persistent digital identity.</p>

<p>This article examines how fingerprinting works, why it’s become the preferred tracking method for data brokers, and what effective countermeasures look like.</p>

<h2 id="how-browser-fingerprinting-works">How Browser Fingerprinting Works</h2>

<p>Browser fingerprinting operates on a fundamentally different principle than cookie-based tracking.</p>

<p>Instead of storing data on your device, it collects dozens of seemingly innocuous data points that your browser freely transmits to websites. When combined, these parameters create a “fingerprint” that is statistically unique to you.</p>

<h3 id="key-fingerprinting-vectors">Key Fingerprinting Vectors:</h3>

<p><strong>Canvas Fingerprinting</strong>: Websites instruct your browser to render a hidden 2D graphic. Variations in your GPU, graphics drivers, and operating system cause this image to be rendered in subtly unique ways, creating a distinctive digital signature.</p>

<p><strong>WebGL Fingerprinting</strong>: Similar to canvas techniques, this method exploits your browser’s 3D graphics capabilities to generate identifiers based on your specific hardware and driver configuration.</p>

<p><strong>Font and Plugin Enumeration</strong>: The specific set of fonts and browser plugins installed on your system creates a highly unique identifier. This data is easily accessible to websites through standard browser APIs.</p>

<p><strong>Device Characteristics</strong>: Screen resolution, color depth, browser version, operating system, and timezone all contribute to your unique signature.</p>

<p><strong>Audio Context Fingerprinting</strong>: Your device’s audio hardware and software stack can be probed to generate additional identifying characteristics.</p>

<p>When trackers combine these data points, they can generate an identifier that is over 99% unique, allowing them to follow you across the web even after you’ve cleared all cookies and browsing data.</p>

<h2 id="why-standard-privacy-tools-fall-short">Why Standard Privacy Tools Fall Short</h2>

<p>The fundamental challenge with fingerprinting is that it exploits the normal functioning of web browsers. Traditional privacy tools were designed for a different threat model:</p>

<ul>
  <li><strong>VPNs</strong> hide your IP address but don’t alter the browser characteristics that create your fingerprint</li>
  <li><strong>Incognito mode</strong> prevents local data storage but doesn’t modify the data points your browser transmits</li>
  <li><strong>Ad blockers</strong> can block some fingerprinting scripts but miss many sophisticated implementations</li>
</ul>

<p>This creates what we call the <strong>“usability-security gap”</strong>—a disconnect between what users believe protects them and what actually does. Users think they’re protected because their tools work as designed, but they remain exposed to advanced tracking methods that operate at a different layer of the browser.</p>

<h2 id="effective-anti-fingerprinting-strategies">Effective Anti-Fingerprinting Strategies</h2>

<p>Combatting fingerprinting requires a fundamentally different approach than traditional privacy tools. Effective solutions must:</p>

<ol>
  <li><strong>Randomize Browser Characteristics</strong>: Systematically alter the data points that create your fingerprint</li>
  <li><strong>Block Fingerprinting Scripts</strong>: Identify and neutralize the JavaScript that performs fingerprinting</li>
  <li><strong>Isolate Web Sessions</strong>: Prevent trackers from correlating your activity across different browsing sessions</li>
  <li><strong>Operate at the Network Level</strong>: Intercept and modify requests before they reach your browser</li>
</ol>

<p>The most robust solutions combine multiple techniques and operate as a trusted intermediary between your browser and the web.</p>

<h2 id="conclusion">Conclusion</h2>

<p>Browser fingerprinting represents the hidden threat in modern web privacy—a tracking method that operates silently and persistently, regardless of your other privacy measures. While standard tools provide necessary baseline protection, they cannot address this advanced threat vector.</p>

<p>The solution requires specialized tools designed specifically for this purpose, operating at the network level to provide comprehensive protection against sophisticated tracking methods.</p>

<hr />

<p><strong>Ready to test advanced anti-fingerprinting protection?</strong> Join our September 15th technical preview to experience network-level privacy protection in action. Limited slots available for privacy professionals who want to help shape the future of web privacy.</p>

<p><a href="/get-started" class="btn btn--primary">Apply for September 15th Preview</a></p>]]></content><author><name>CloakID</name></author><category term="Browser Fingerprinting" /><category term="browser fingerprinting" /><category term="privacy" /><category term="tracking" /><category term="anti-fingerprinting" /><category term="digital privacy" /><summary type="html"><![CDATA[Every day, you take steps to protect your digital privacy. You use a VPN, clear your cookies, and browse in incognito mode. But what if the very browser you're using is broadcasting a unique signature that allows you to be tracked across the web—without any cookies at all?]]></summary></entry><entry><title type="html">Are You Paying More Because Your Digital Fingerprint Says So?</title><link href="https://www.cloakid.net/blog/price-discrimination" rel="alternate" type="text/html" title="Are You Paying More Because Your Digital Fingerprint Says So?" /><published>2025-03-24T00:00:00+00:00</published><updated>2025-03-24T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/price-optimization</id><content type="html" xml:base="https://www.cloakid.net/blog/price-discrimination"><![CDATA[<p style="text-align:center; margin-bottom: 1em;">
  <img src="/assets/images/icons/price-tag.svg" alt="Price Tag" style="width:48px;height:48px;vertical-align:middle;" />
</p>

<p>As you browse online, do prices seem to fluctuate when searching from different locations or devices?
<img src="/assets/images/icons/shopping-cart.svg" alt="Shopping Cart" style="width:20px;height:20px;vertical-align:middle;margin-left:6px;" />
This phenomenon is not just a coincidence; it’s the result of companies tracking your digital fingerprint. In this article, we’ll delve into what exactly happens and how CloakID can help protect against these practices.</p>

<p>When websites collect information about you through cookies, browser type, screen resolution, language preferences (and many more), they create an individualized profile known as a “digital footprint.” This unique identifier makes it easier for companies to tailor prices based on your behavior. Some examples include:</p>

<p>[1] Booking.com charging higher rates in Pakistan than the US</p>

<p>[2] Target’s app price increasing when you’re near one of their stores</p>

<p>These practices might seem innocuous, but they demonstrate how businesses use digital fingerprints as a formative part of personalizing services and setting prices.</p>

<p><img src="/assets/images/icons/chart.svg" alt="Chart" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /></p>

<h2 id="sources">Sources</h2>

<p>[1] Ruhr-University Bochum, Germany and University of Twente, Enschede, The Netherlands
An Empirical Study on Price Differentiation Based on System Fingerprints
By Thomas Hupperich, Dennis Tatang
Dec 8 2017
<a href="https://arxiv.org/pdf/1712.03031.pdf">Full PDF</a>
or <a href="https://www.semanticscholar.org/paper/An-Empirical-Study-on-Price-Differentiation-Based-Hupperich-Tatang/764dd962100f79ed53c379f99af40f2001742f57">Summary</a> via Semantics Scholar</p>

<p>[2] Harvard Business Review
<a href="https://hbr.org/2017/10/how-retailers-use-personalized-prices-to-test-what-youre-willing-to-pay">How Retailers Use Personalized Prices to Test What You’re Willing to Pay</a>
By Rafi Mohammed
October 20, 2017</p>

<p>[3] Pro Publica
The Tiger Mom Tax: <a href="https://www.propublica.org/article/asians-nearly-twice-as-likely-to-get-higher-price-from-princeton-review">Asians Are Nearly Twice as Likely to Get a Higher Price from Princeton Review</a>
By Julia Angwin, Surya Mattu and Jeff Larson
Sept. 1, 2015</p>]]></content><author><name>CloakID</name></author><category term="Digital Privacy" /><summary type="html"><![CDATA[How your digital fingerprint can affect the prices you see online.]]></summary></entry><entry><title type="html">Get started with CloakID</title><link href="https://www.cloakid.net/blog/get-started/" rel="alternate" type="text/html" title="Get started with CloakID" /><published>2025-03-21T00:00:00+00:00</published><updated>2025-03-21T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/get-started</id><content type="html" xml:base="https://www.cloakid.net/blog/get-started/"><![CDATA[<p>Starting with cloak ID is as easy as adding a plug-in to your browser. There are some key <a href="/tech/2025/03/07/Browsers-considerations-and-recommendations">consideration and preferences with Popular browsers*</a>.</p>

<p><img src="/assets/images/HighLevel_CloakID.svg" alt="Getting Started with CloakID" class="align-center" width="600px" /></p>

<p>The onboarding goes through several stages:</p>

<ol>
  <li>
    <p><strong>IDP Authentication</strong>
<img src="/assets/images/icons/auth.svg" alt="Authentication icon" style="vertical-align:middle;width:32px;height:32px;margin-left:8px;" />
You will be prompted to create or reuse IDP credentials.</p>
  </li>
  <li>
    <p><strong>Choose Subscription</strong>
<img src="/assets/images/icons/subscription.svg" alt="Subscription icon" style="vertical-align:middle;width:32px;height:32px;margin-left:8px;" />
Once authenticated, choose your subscription plan using the same e-mail from IDP.</p>
  </li>
  <li>
    <p><strong>Start Browsing</strong>
<img src="/assets/images/icons/browser.svg" alt="Browser icon" style="vertical-align:middle;width:32px;height:32px;margin-left:8px;" />
Once subscription is confirmed, download and enable the extension, then browse securely.</p>
  </li>
</ol>

<div class="notice--info">
  <h4>Quick Links:</h4>
  <p><a href="https://addons.mozilla.org/en-US/firefox/addon/cloakid/"><i class="fas fa-download"></i> Download our plug-in from the browser store</a></p>
  <p><a href="https://checkout.reepay.com/#/signup/f1b047d37ceab5ba5abd59f0e6a862c9/cloakid-current-products"><i class="fas fa-credit-card"></i> Choose your subscription</a></p>
</div>]]></content><author><name>CloakID</name></author><category term="tech" /><summary type="html"><![CDATA[Start using CloakID in three easy steps.]]></summary></entry><entry><title type="html">How CloakID Works</title><link href="https://www.cloakid.net/blog/how-cloakid-works" rel="alternate" type="text/html" title="How CloakID Works" /><published>2025-03-20T00:00:00+00:00</published><updated>2025-03-20T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/how-cloakid-works</id><content type="html" xml:base="https://www.cloakid.net/blog/how-cloakid-works"><![CDATA[<p style="text-align:center; margin-bottom: 1em;">
  <img src="/assets/images/icons/shield.svg" alt="Shield" style="width:48px;height:48px;vertical-align:middle;" />
</p>

<p>How does Cloak ID work?</p>

<p><img src="/assets/images/HighLevel_CloakID.svg" alt="High_level_flow" class="align-center" width="600px" /></p>

<ol>
  <li><img src="/assets/images/icons/browser.svg" alt="Browser" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /> <strong>Browser request</strong> is forwarded by the plug-in to CloakID service.</li>
  <li><img src="/assets/images/icons/settings.svg" alt="Settings" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /> <strong>Request headers</strong> are inspected and modified to decrease uniqueness of your system, with minimal impact on usability <a href="/tech/2025/04/04/balancing-for-usability">balancing for usability*</a>.</li>
  <li>Request is sent to the target site from EU based service or via a different location proxy.</li>
  <li>Site response is scanned for fingerprinting scripts and cookie requests.</li>
  <li>Common fingerprints are used as response to scripts where applicable.</li>
  <li>Cleared from fingerprint scripts response is sent to your browser.</li>
</ol>

<p>Additional preventive features</p>

<ul>
  <li>Your sites to be excluded list - out of the box</li>
  <li>Block of requests responses to known add trackers - optional component</li>
  <li>Age content filtering - future</li>
  <li>Parent/guardian block list - future</li>
  <li>Block/Deny custom lists - future</li>
  <li>AV or malware protection service - future</li>
</ul>]]></content><author><name>CloakID</name></author><category term="Product Updates" /><summary type="html"><![CDATA[Learn how CloakID protects your privacy by masking your digital fingerprint.]]></summary></entry><entry><title type="html">Fingerprint tracking</title><link href="https://www.cloakid.net/blog/Fingerprint-tracking/" rel="alternate" type="text/html" title="Fingerprint tracking" /><published>2025-03-20T00:00:00+00:00</published><updated>2025-03-20T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/Fingerprint-tracking</id><content type="html" xml:base="https://www.cloakid.net/blog/Fingerprint-tracking/"><![CDATA[<p style="text-align:center; margin-bottom: 1em;">
  <img src="/assets/images/icons/fingerprint.svg" alt="Fingerprint" style="width:48px;height:48px;vertical-align:middle;" />
</p>

<p>Most of the people are aware of browser cookies. Browser fingerprinting is the second-generation technic for tracking your behaviors in internet. While Cookies are regulated and there are a lot of options to control them, browser fingerprinting is not regulated and done without consent.</p>

<p>Your fingerprint is a combination of all the small lines on your skin. Combining them in a pattern makes the fingerprint unique.
Digital fingerprint is a sum of all specific parameters of your browser, hardware and operating system. Similar to the fingerprint combination of all parameter uniqueness contributes to narrowing down the set of users with the same settings. Browser fingerprinting is <a href="https://yinzhicao.org/TrackingFree/crossbrowsertracking_NDSS17.pdf">extremely effective</a> as found by some researchers.</p>

<h2 id="what-are-the-implications">What are the implications</h2>

<p>Browser fingerprinting is just another tool to identify and track people as they browse the web. There are many different entities – both corporate and government – that are monitoring internet activity, and they all have different reasons for doing so. Advertisers and marketers find this technique useful to acquire more data on users, which in turn leads to more advertising revenue.
Some websites use browser fingerprinting to detect potential fraud, such as banks or dating websites, so it’s not always nefarious.
Surveillance agencies could also use this to identify people who are employing other privacy measures to cloak their IP address and location, such as with VPN
Tracking your site visits, preferences, behavior can be used to categorize your preferences and biases.
Then marketeers and promoters can bid for add placement in real time or use this information to power AI agents, price optimization and promotion techniques.</p>

<p>Will you be fine with traders knowing your weak points and price limits?</p>

<h2 id="why-this-matters">Why this matters</h2>

<p>You are not the one making the choice:</p>

<ul>
  <li>content is prioritized by an algorithm fitting your profile</li>
  <li>prices are maximized</li>
  <li>search results are ordered based on promotion</li>
  <li>content is filtered based on algorithms or country</li>
</ul>

<h2 id="do-you-want-to-check-your-fingerprint-and-how-recognizable-you-are">Do you want to check your fingerprint and how recognizable you are?</h2>

<p>Two websites that reveal browser data and also assess a “uniqueness” score based on your variables in comparison to their database of browsers.</p>

<ul>
  <li><a href="https://amiunique.org/">amiunique.org</a> is open source and provides more information and updated fingerprinting techniques, including webGL and canvas.</li>
  <li><a href="https://coveryourtracks.eff.org/">Cover Your Tracks</a> is run by the Electronic Frontier Foundation.</li>
</ul>

<p>Cover Your Tracks is the updated version of a project the EFF has been working on for many years. It gives you a pretty good picture of how susceptible your browser is to fingerprinting.</p>

<h2 id="how-to-protect">How to protect</h2>

<p>You can protect yourself with a combination of tools:</p>

<ul>
  <li>Browser selection Firefox, Opera, Brave (avoid Chrome and Edge) with correct settings;</li>
  <li>Browser plugins: NoScript (to block JavaScript) or Ghostery (tracker and ad blocker protection);</li>
  <li>VPN and HTTPS proxy</li>
  <li>Tor Browser</li>
</ul>

<p>CloakID can do all of the above in one click replacing the complicated set of tools and services.</p>

<p><a href="https://en.wikipedia.org/wiki/Device_fingerprint">source</a>: Wikipedia</p>

<p><img src="/assets/images/icons/tracking.svg" alt="Tracking" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /> <strong>Tracking</strong> can occur even if you block cookies or use privacy mode.</p>

<p><img src="/assets/images/icons/shield.svg" alt="Shield" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /> <strong>CloakID</strong> helps protect you by masking your digital fingerprint and making you blend in with the crowd.</p>

<p>Websites collect information such as browser type, operating system, screen resolution, installed fonts, and more to create a unique profile for each user. This profile can be used to track your activity across different sites, even if you never log in or accept cookies.</p>

<p>To defend against fingerprinting:</p>
<ul>
  <li>Use privacy-focused browsers and extensions</li>
  <li>Regularly clear your browser data</li>
  <li>Limit the amount of personal information you share online</li>
</ul>

<p>CloakID is designed to automate these protections and keep your browsing private.</p>]]></content><author><name>CloakID</name></author><category term="Browser Fingerprinting" /><summary type="html"><![CDATA[Understand browser fingerprinting and how to protect yourself.]]></summary></entry><entry><title type="html">Data security and privacy</title><link href="https://www.cloakid.net/blog/privacy-tools" rel="alternate" type="text/html" title="Data security and privacy" /><published>2025-03-10T00:00:00+00:00</published><updated>2025-03-10T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/security-privacy</id><content type="html" xml:base="https://www.cloakid.net/blog/privacy-tools"><![CDATA[<p style="text-align:center; margin-bottom: 1em;">
  <img src="/assets/images/icons/lock.svg" alt="Lock" style="width:48px;height:48px;vertical-align:middle;" />
</p>

<p>CloakID does not store your personal browsing data. <img src="/assets/images/icons/privacy.svg" alt="Privacy" style="width:20px;height:20px;vertical-align:middle;margin-left:6px;" /> This is a foundational principle of the service design.</p>

<h2 id="how-does-it-work-then">How does it work then?</h2>

<p>Your browsing request is handled in memory only in a separate service session. If connection is interrupted or closed data is lost. You need to initiate the request to continue browsing.</p>

<h2 id="how-can-i-be-sure">How can I be sure?</h2>

<p><img src="/assets/images/icons/shield.svg" alt="Shield" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /> Source code will be published as open source for review. In the meantime we are working with consultancy to audit the code.</p>

<h2 id="everybody-collects-data-today-what-data-is-collected">Everybody collects data today. What data is collected?</h2>

<p>We collect anonymous aggregate statistical information for ALL sessions. User ID is not used. Purpose is to improve the service and optimize digital fingerprints. What we collect:</p>

<ul>
  <li>Total number of failed web UI frameworks</li>
  <li>Total number of failed requests per site</li>
  <li>Average request Processing time</li>
</ul>]]></content><author><name>CloakID</name></author><category term="Digital Privacy" /><summary type="html"><![CDATA[CloakID's approach to privacy and data security.]]></summary></entry><entry><title type="html">The Digital Fingerprinting Goes Open</title><link href="https://www.cloakid.net/blog/digital-fingerprinting" rel="alternate" type="text/html" title="The Digital Fingerprinting Goes Open" /><published>2025-03-09T00:00:00+00:00</published><updated>2025-03-09T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/the-digital-fingeprinting-goes-open</id><content type="html" xml:base="https://www.cloakid.net/blog/digital-fingerprinting"><![CDATA[<p style="text-align:center; margin-bottom: 1em;">
  <img src="/assets/images/google-tracking.png" alt="Google Tracking" style="width:400px;max-width:100%;vertical-align:middle;" />
</p>

<h2 id="-what-is-digital-fingerprinting"><img src="/assets/images/icons/fingerprint.svg" alt="Fingerprint" style="width:28px;height:28px;vertical-align:middle;margin-right:8px;" /> What is Digital Fingerprinting?</h2>

<p>The need for user information is growing driven by the AI adoption. AI needs data for both training and to operate efficiently in the right user context.</p>

<p>Recently Google went against its own advise and openly gave “its advertisers the go-ahead to use digital fingerprinting to uniquely identify internet users and track their actions across the web.”</p>

<p>This does not mean that it was not done until now, it is just becoming valid method for Google. In the light of the waning cookie replacement initiative, there are not that many options left.</p>

<p>The cookie replacement initiative had one challenge - it was not fixing the issue, it barely isolated cookies from other trackers, by expecting to use your login instead of them. As result Google can securely follow you everywhere.</p>

<p>In EU there are already signs of awareness and early stage legislative attempts to provide removal of all behavior data for kids at age of 18 for free and paid for adults. It is not clear how it will be implemented and what will be the impact on advertisement industry. Anyway if you use your Google account when browsing that is not relevant to you as you are tracked already.</p>

<h2 id="original-article">Original article</h2>

<p><a href="https://www.forbes.com/sites/zakdoffman/2025/03/09/google-starts-tracking-all-your-devices-how-to-stop-it/">source</a>: Forbes, March 9, 2025</p>]]></content><author><name>CloakID</name></author><category term="marketing" /><summary type="html"><![CDATA[How Google and others use digital fingerprinting to track you online.]]></summary></entry><entry><title type="html">Browsers Considerations and Recommendations</title><link href="https://www.cloakid.net/blog/Browsers-considerations-and-recommendations/" rel="alternate" type="text/html" title="Browsers Considerations and Recommendations" /><published>2025-03-07T00:00:00+00:00</published><updated>2025-03-07T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/Browsers-considerations-and-recommendations</id><content type="html" xml:base="https://www.cloakid.net/blog/Browsers-considerations-and-recommendations/"><![CDATA[<p style="text-align:center; margin-bottom: 1em;">
  <img src="/assets/images/icons/browser.svg" alt="Browser" style="width:48px;height:48px;vertical-align:middle;" />
</p>

<p>Browsers have different levels of privacy protection, but before we look at them, let’s clear some common misconceptions:</p>

<ol>
  <li><img src="/assets/images/icons/info.svg" alt="Info" style="width:18px;height:18px;vertical-align:middle;margin-right:4px;" /> <strong>Browser account:</strong> Once you log into a browser account you have trusted your privacy, sessions and information to the account provider. They can use that to sell your profile behavior on the advertisement market to whoever paid most.</li>
  <li><img src="/assets/images/icons/warning.svg" alt="Warning" style="width:18px;height:18px;vertical-align:middle;margin-right:4px;" /> <strong>Privacy mode:</strong> It simply is NOT private.</li>
  <li><img src="/assets/images/icons/warning.svg" alt="Warning" style="width:18px;height:18px;vertical-align:middle;margin-right:4px;" /> <strong>Cookies opt out:</strong> Refusal of cookies is not sufficient as there is fingerprints and super cookies. This after you go through all options and 3rd party “legit” interest claims.</li>
</ol>

<p>In short, browsers are not able to protect you fully. That is why there is a bag of extra tools (VPN, ad blockers, JavaScript blockers).</p>

<p>Given the complexity of privacy/advertisement, the key question is: <strong>Who do you trust?</strong> That should trump all the technology discussions. Google makes most of the revenue from ad business and provides one of the best browsers, Chrome. Firefox is up to par, and they are not the advertisement king, so there are different motives and incentives.</p>

<p>Our recommended Browser is <strong>Firefox</strong> both for mobile and desktop.
We are not able to provide sufficient protection for Chrome mobile, simply because it does not allow plug-ins!</p>

<hr />

<div class="notice--info">
  <strong>Quick Tips:</strong>
  <ul>
    <li><img src="/assets/images/icons/check-circle.svg" alt="Check" style="width:16px;height:16px;vertical-align:middle;margin-right:4px;" /> <strong>Firefox</strong> is recommended for best privacy and extension support.</li>
    <li><img src="/assets/images/icons/info.svg" alt="Info" style="width:16px;height:16px;vertical-align:middle;margin-right:4px;" /> <strong>Chrome</strong> supports most features, but some privacy settings may be limited.</li>
    <li><img src="/assets/images/icons/warning.svg" alt="Warning" style="width:16px;height:16px;vertical-align:middle;margin-right:4px;" /> <strong>Edge</strong> and other Chromium-based browsers may have compatibility issues with certain privacy features.</li>
    <li><img src="/assets/images/icons/check-circle.svg" alt="Check" style="width:16px;height:16px;vertical-align:middle;margin-right:4px;" /> Keep your browser updated for the latest security patches.</li>
    <li><img src="/assets/images/icons/info.svg" alt="Info" style="width:16px;height:16px;vertical-align:middle;margin-right:4px;" /> Review your browser's privacy settings and adjust them for maximum protection.</li>
    <li><img src="/assets/images/icons/warning.svg" alt="Warning" style="width:16px;height:16px;vertical-align:middle;margin-right:4px;" /> Avoid browsers that do not support privacy extensions or have a history of privacy concerns.</li>
  </ul>
</div>]]></content><author><name>CloakID</name></author><category term="tech" /><summary type="html"><![CDATA[What to know about browser privacy, accounts, and our recommendations.]]></summary></entry><entry><title type="html">Usable or Revealing information?</title><link href="https://www.cloakid.net/blog/balancing-for-usability/" rel="alternate" type="text/html" title="Usable or Revealing information?" /><published>2024-04-04T00:00:00+00:00</published><updated>2024-04-04T00:00:00+00:00</updated><id>https://www.cloakid.net/blog/balancing-for-usability</id><content type="html" xml:base="https://www.cloakid.net/blog/balancing-for-usability/"><![CDATA[<p style="text-align:center; margin-bottom: 1em;">
  <img src="/assets/images/icons/balance.svg" alt="Balance" style="width:48px;height:48px;vertical-align:middle;" />
</p>

<p>Balancing privacy and usability is a key challenge for any privacy tool.</p>

<p><img src="/assets/images/icons/user.svg" alt="User" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /> <strong>User experience</strong> is critical: if privacy tools are too restrictive, users may disable them or seek alternatives.</p>

<p><img src="/assets/images/icons/settings.svg" alt="Settings" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /> <strong>Settings</strong> should allow users to fine-tune their privacy level without overwhelming them with complexity.</p>

<p><img src="/assets/images/icons/info.svg" alt="Info" style="width:20px;height:20px;vertical-align:middle;margin-right:6px;" /> <strong>Tip:</strong> Start with recommended defaults, then adjust as you learn what works best for your browsing habits.</p>

<p>The goal is to provide strong privacy protection while maintaining a seamless and enjoyable browsing experience.</p>

<p>Security and usability are opposing requirements, when you increase one you are likely negatively impacting the other. That requires a balanced approach. 
Example: You are buying a train ticket. It is normal to expect departure time to be relevant to your time. Your timezone defines your location within world 24 timezones. Still time zone is required if we are dealing with time of events. Time zone uniqueness is not high for densely populated areas, but can be extremely high for some islands in the middle of the ocean.</p>

<p>Nonetheless, it needs to be provided if the site is dealing with timetables, i.e. on as needed basis. CloakID is training models to help us make those decision as you are browsing.</p>]]></content><author><name>CloakID</name></author><category term="tech" /><summary type="html"><![CDATA[How to balance privacy and usability in your online experience.]]></summary></entry></feed>