Google Invisible Captcha - Part 1


Captcha Introduction

What are bots?

Over the web, there is a lot of malicious software floating around, constantly trying to exploit web pages. We call these programs robots or bots. They are looking for ways to interact with sites in a way that will provide benefits to their creators.

What bots may want from your website? For example:

What is captcha?

Captcha is a simple challenge presented on web pages to tell apart humans from bots. One of the most popular captcha providers is Google. Google brands its captcha algorithm as reCAPTCHA. Up to this day, there were three major versions of Google’s reCAPTCHA (plus an enterprise one). You may remember older ones with some nostalgia:

If the interaction was seen as potentially malicious, it resorted to presenting visitor a puzzle:

Everybody hated the earlier iterations of reCAPTCHA, and for a good reason. People agonized over few pixels in the corner being a part of the street sign or not – only to get it wrong and be presented with a next challenge.

Now you can protect your page without annoying your customers, and this is probably a step in the right direction.

How to implement reCAPTCHA to protect your page?

In these articles, I will show you how you can register for reCAPTCHA v3 and implement it on your website. The examples will be presented in Apache Royale on the front and in Groovy/Grail on the back-end. These two technologies allowed our team to build this quickest and easiest but if you want you can easily translate this to your favorite technology stack.