this post was submitted on 18 Feb 2025
972 points (99.3% liked)

Technology

63082 readers
3638 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] gcheliotis@lemmy.world 2 points 2 days ago (1 children)

Usually fingerprint plays a supporting role for example when you do those "click here" captchas that's actually just giving the browser time to fingerprint you and evaluate your trust to decide whether to give you a full captcha or let you through. So fingerprint is always there in tbe background these days tho mostly for security and ad tracking.

I’ve been wondering about those “click here” captchas and their purpose 🤔

[–] drmoose@lemmy.world 2 points 2 days ago (1 children)

Yes, and even before js fingerprint happens the connection is fingerprinted through HTTP and TLS protocol fingerprints as each system is slightly different like supporting different encryption ciphers, different http engine and how requests are performed etc.

So even before you see the page itself the server has a pretty good understanding of your client which determines whether you see this captcha box at all. That's why on public wifi and rare operating systems (like linux) and web browsers you almost always get these captcha verifications.

The more complex the web becomes the easier it is to gather this data and currently the web is very complex with no sight of stopping.

[–] gcheliotis@lemmy.world 2 points 2 days ago

Huh had no idea. I still wonder how accurate this is though, like whether it can be used forensically as the word “fingerprint” suggests to identify a specific person/private machine. It’s kind of fascinating as a topic. I would think that given that most people use similar setups, similar hardware and software, similar routers and settings, it would be impossible, but perhaps with enough details of a particular setup, a specific machine and user can be identified with decent accuracy.