Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
1–10 of 125 posts
Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#2Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#3I don't know enough about the underlying proof-of-work stuff to comment on how effective this could be, but I think it's pretty funny that the UI examples say "I'm a human".
I guess "there's only a few of me at most" or "I could allocate enough computation to this that I'm probably not up to no good" don't read as clearly.
Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#4Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#5Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#6Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#7Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#8can someone ELI5 how these proof-of-work captchas work under the hood to detect whether i'm a bot or not?
So I click the button, my browser does a quick proof-of-work, no big deal.
But an automated script will have to complete that proof-of-work every time it encounters it, skyrocketing the cpu costs for the server.
Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#9What does proof-of-work mean here and what makes it easy for humans and hard for bots?
The problem with bots is they quite often farm this out to stolen resources. It makes sending whatever they are sending slower, but doesn't stop it.
Re: Cap: Lightweight, modern open-source CAPTCHA alternative using proof-of-work
#10What does proof-of-work mean here and what makes it easy for humans and hard for bots?
I think it's only more expensive for bots, though just as easy for bots. The problem with bots is they quite often farm this out to stolen resources. It makes sending whatever they are sending slower, but doesn't stop it.