Is it still possible to create Recapcha v2 api keys? - recaptcha

An extension I use on Wordpress wants Captcha V2 keys (site key + private key) but it seems like I cannot create Captcha V2 keys now. The only thing I seem to be able to create is Captcha for Entreprises.
But I cant seem to apply the Entreprises key to a V2 captcha (entreprise only gives you one to start)
So is it still possible to create V2 keys?

Related

How to get a secret-key reCaptcha for Contact Form 7

To integrate reCAPTCHA with Contact Form 7, you need to enter 2 codes Site key and The secret key.
wordpress
Google gave only one key Id, where to get the second code?
secret-key
From the screenshot provided it looks like you tried creating a key with reCaptcha enterprise (the payed version of reCaptcha).
reCaptcha enterprise typically does not authenticate the same way the free version of reCaptcha. Instead of a site key and a secret key, you usually get a site key and an authentication file.
Unless you have a business reason to use reCaptcha enterprise, I suggest you use the free version of reCaptcha, there you will get both a site key and a secret key: https://www.google.com/recaptcha/admin/create
You'll want to create a V3 reCaptcha if you want to use the secret score reCaptcha or V2 if you want to use the classic checkbox reCaptcha

Recaptcha secret key, where is it in my Google Cloud Recaptcha account?

I am attempting to setup a google recaptcha on my site and the plugin I am using is asking for the site key AND a secret key. No idea what a secret key is, I cannot find it in my settings anywhere in Google Cloud. Any help is greatly appreciated.
Try going to https://g.co/recaptcha/v3 and use that UI to set up your reCaptcha. With that process I was provided with two keys, a site key for the frontend and a secret key for the backend.
Google seems to have a couple of different ways to set up recaptcha and the documentation is out of sync with reality so there are many dead ends to get lost in. I spent a long time in the Google Cloud Platform and it was useless.
Even I faced the same confusion after trying to implement it by reading some online tutorials. The first confusion was why my Google Cloud console called it CAPTCHA "Enterprise". But I will leave that exploration to you, as it doesn't matter in our case.
But I was finally able to get it to work. I found the secret under,
Legacy reCAPTCHA secret key
It is now possible to find your secret key in the Google Cloud Console
If you go to the details page of your site key, the secret key will be available at the bottom.
The ReCAPTCHA Enterprise version does not use a secret key. You can still use recaptcha 3 or 2 and generate a api and secret key here:
https://www.google.com/recaptcha/admin/create
Enterprise ReCaptcha is a bit different than the standard one.
Login to Google cloud platform and select your project from the top menu.
Search for reCAPTCHA Enterprise in the search box.
On that screen you can definite Enterprise keys (public site key) and their settings (allowed domains, etc...)
In order to create a secret key, go to: APIs and services menu. Select 'Credentials' and define a new API key (secret key).
Hope that helps.

Can google recaptcha site and secret keys be created using api

Checked for apis in google for creating the site and secret keys which is required to form the recaptcha. Couldn't find one. Is there any way this can be done
i dont think its possible. the process to create new site and secret key is manual. i tried searching their api, but cant find anything which lets u automate or create site keys for any domain using api.
IN SHORT: NO

Will reCAPTCHA v1 still work if I get keys for reCAPTCHA v2 for the same domain?

We have a registration page with reCAPTCHA to (try to) limit registrations to humans. We have to upgrade to reCAPTCHA v2 before the original stops working early next year.
It looks as if the changes to our site are pretty straightforward. But we have to get a new key pair, and keys are related to domains. I'm not clear if getting new keys will invalidate the old ones.
More specifically, will getting v2 keys invalidate the keys for our existing v1 live site?
reCAPTCHA V1 is available until March 31, 2018.
Also V1 keys will be supported until this date!
Registering new key doesnt invalidate the old ones.
You have to register a new key for reCAPTCHA V2. That's simple.
After, you have to change the key in your settings/script!
Instructions are here:
https://developers.google.com/recaptcha/docs/faq
Getting a new key for an existing domain will have no affect on previously registered domains. The domain validation just ensures that the key only works on a particular domain, it does not enforce that only this key works on a domain. It is valid to use different keys for different pages within the same domain.

Recaptcha - not getting right

I'm not getting recaptcha image correctly..It says invalid domain key. I actually registered recaptcha in google account for localhost. Can I use recaptcha on localhost? Can someone explain to em why I'm getting this error? Are thee keys keyed in correctly, please?
The key from google:
ANd in my joomla backend, I have to key in public and private key:Where I assumed Site key = public key while Secret Key is Private Key.
Can you go to this link and check your domain is there and you have the correct keys? Also, does this error appear on specific actions (e.g. when submitting the feedback form) or does it always happen when you load any page with a captcha on it?
I suggest you to go through this reCAPTCHA FAQs link.. It will help you
And easiest solution is delete it and register new key. You will be after that.
And one more thing is that secret key is private kind of thing. You do not need to provide it here. Walk on safe side.

Resources