What proof of humanity is sufficient? Today it is a phone call, or a verification sent to a real address (limit one registration per household), or a video call. How will we verify humanity in 20 years when audio and video emulation is foolproof? We'll have to have in-person attestation or make all services paid, perhaps.
Realistically it will be a government or private service that everyone will have to have to verify that it is a real person. Or at least tied to a real person so that banning will be more sticky.
CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
91–100 of 143 posts
Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#92> More concretely, the current average value life-time of a cookie is €2.52 or $2.7 [58]. Given that there have been at least 329 billion reCAPTCHAv2 sessions, which created tracking cookies, that would put the estimated value of those cookies at $888 billion dollars.
The cited paper is https://www.sciencedirect.com/science/article/pii/S016781162... - but it doesn't deal with CAPTCHAs, just with the general economics of third-party cookies.
In practice, many of these cookies will have already been placed by other Google services on the site in question, with how ubiquitous Google's ad and analytics products are. And it's unclear whether Google uses the _GRECAPTCHA cookies for purposes other than the CAPTCHA itself (in the places where this isn't regulated).
But reCAPTCHA does gives Google an ability to have scripts running that fundamentally can't be ad-blocked without breaking site functionality, and it's an effective foot in the door if Google ever wanted to use it more broadly. It's absolutely something to be aware of.
Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#93Earlier quoted context omitted.
Logon forms are another whole issue. "Lock out the account" is just a DoS vector. People are quick to talk about systems that can defeat a captcha but if the brute force goes from 50 passwords/sec to one password/10 sec it's mission accomplished.
Can't you just put a 5 second "loading bar" delay instead of a captcha then i wonder?
Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#94Earlier quoted context omitted.
Building your own captcha or running one that doesn't sell your users data to the highest bidder? What a time where people on a site called "Hacker News" ask such a question..
And if you ever get so big that people start writing bespoke software to break your CAPTCHA, then investing some more engineering effort into it will quite likely not be a problem. Of course reCAPTCHA is also still vulnerable to the use of a mechanical turk so even giving away your users' data won't save you.
Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#95Earlier quoted context omitted.
This automatically means that you're penalizing smaller websites. And killing off the independent alternatives to Reddit/Disqus. Do you want this? Large sites like Amazon or CNN can afford to eat the bot traffic. Smaller sites can't.
Problem isn’t a bot traffic. I run an Ecommerce site and scammers run python scripts to test 1000s of cards per hour if there is no captcha. I hate it, my customers hate it, scammers hate it, but it is the only thing that keeps my merchant account running. Any advise is welcome!
Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#96Earlier quoted context omitted.
I can tell you on the small level asking a simple question to activate the form action stops 99% of spam. Something like "What color is snow?" Granted, with a well trained "AI" system solving these questions would be trivial but I have yet to see it in practice.
Sorry for nitpicking but you need a puzzle that is knowledge-agnostic (be it cultural or scientific), otherwise you're guarding your site from both bots and people unfamiliar with the concept of or lacking the pre-existing knowledge necessary to solve the puzzle. What colour is snow is close but you can't assume that everyone knows what snow is, let alone what colour it is. This includes both people with disabilities…
Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#97Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#98Google addressed the claims in this paper last year, and one of the authors challenged the company's responses. See: https://www.theregister.com/2024/07/24/googles_recaptchav2_l...
Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#99Earlier quoted context omitted.
Logon forms are another whole issue. "Lock out the account" is just a DoS vector. People are quick to talk about systems that can defeat a captcha but if the brute force goes from 50 passwords/sec to one password/10 sec it's mission accomplished.
Can't you just put a 5 second "loading bar" delay instead of a captcha then i wonder?
Re: CAPTCHAs: 'a tracking cookie farm for profit masquerading as a security service'
#100Earlier quoted context omitted.
Logon forms are another whole issue. "Lock out the account" is just a DoS vector. People are quick to talk about systems that can defeat a captcha but if the brute force goes from 50 passwords/sec to one password/10 sec it's mission accomplished.
Can't you just put a 5 second "loading bar" delay instead of a captcha then i wonder?