Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The new Google Invisible reCaptcha - invisible or not?

Google announced Invisible ReCAPTCHA is coming soon. For now, if you want to integrate the new reCAPTCHA to your site or app you can register here.

I do have 2 site keys whitelisted for the new Invisible reCaptcha and I've started "playing" with their examples: see them here https://developers.google.com/recaptcha/docs/invisible

Yes, when the page loads the recaptcha is invisible but when the form is submitted the recaptcha challenge appears all the time. You have to click on images, draw something around something else... etc

I've been testing this on different servers, 2 different sites which have the site key approved to use the Invisible reCaptcha, with different browsers form different locations. Same behavior: Google shows the challenge when the form is submitted on all 3 examples they have on their page.

Is this what we should expect?

like image 641
Mch Avatar asked Dec 21 '16 21:12

Mch


People also ask

How to implement Google's new invisible reCAPTCHA?

Implementing Google's new Invisible reCAPTCHA is very similar to how we add v2 to our site. You may add it as its own container like normal, or the new method of adding it to the form submit button. I hope this guide will help you along the correct path.

What is the difference between reCAPTCHA V2 and invisible re CAPTCHA?

Invisible reCAPTCHA is technically a version of reCAPTCHA v2, which comes in three different versions. So, invisible reCAPTCHA vs reCAPTCHA v2 isn’t actually a thing. As a part of Google Play services SafetyNet APIs, the reCAPTCHA v2 for android is an API that you can use to protect Android apps from bot traffic.

What is Google reCAPTCHA V3?

Google is committed to advancing racial equity for Black communities. See how. Choosing the type of reCAPTCHA There are four types of reCAPTCHA to choose from when creating a new site. reCAPTCHA v3 allows you to verify if an interaction is legitimate without any user interaction.

How do I use reCAPTCHA on Android?

reCAPTCHA v2 (Android) The reCAPTCHA Android library is part of the Google Play services SafetyNet APIs. This library provides native Android APIs that you can integrate directly into an app. You should set up Google Play services in your app and connect to the GoogleApiClient before invoking the reCAPTCHA API.


2 Answers

Actually you have to approve the Terms of Service when you create a new reCAPTCHA site, that says that

You agree to explicitly inform visitors to your site that you have implemented the Invisible reCAPTCHA on your site and that their use of the Invisible reCAPTCHA is subject to the Google Privacy Policy and Terms of Use.

like image 32
Sukhomlinov Vitaliy Avatar answered Oct 12 '22 23:10

Sukhomlinov Vitaliy


Just as with the checkbox, if it can't reliably determine if you aren't a bot, you get a challenge. I can confirm that the invisible part does work when you are detected as a human.

like image 120
Allen Avatar answered Oct 13 '22 01:10

Allen