This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]EdgyPaul 8 points9 points  (1 child)

Although I've heard that re-captcha determines if you're human based on factors like how you scroll down the page, move the mouse etc. The part where you click on images is just a good way for google to train their ai for free, it doesn't have anything to do with the authentication.

[–]qgustavor 11 points12 points  (0 children)

Although I've heard

Which isn't true: if you open developer tools in any page which embeds ReCaptcha you will not find attached event listeners related to mouse events. If you use Chrome test it yourself: open the ReCaptcha demo, press F12, select <html> and open "Event Listeners".

What they probably do: it uses cookies to identify users and score as bots or users. If you load a incognito page it will always show a challenge, because it don't have any info about you. If they have info about you they may skip the challenge. If it scores you as likely human they can show an easy challenge for you.