A temporary home to experiment with services patterns content
An experiment in displaying service patterns a linking assets, content, etc.
A CAPTCHA (a backronym for “Completely Automated Public Turing test to tell Computers and Humans Apart”) is a type of challenge-response test to determine whether or not a user is human. CAPTCHA’s are used to protect digital services from spam robots.
The most common CAPTCHA requires that the user type the letters of a distorted image, sometimes with the addition of an obscured sequence of letters or digits that appears on the screen. To make a CAPTCHA accessible an audio layer should be included.
Check: is this pattern for you? Put in CAPTCHA when your service requires anonymous users, i.e., not logged in, to submit (personal or non-personal) information. Especially highly valued and frequently used services are at a higher risk of spam attacks.
Warning: Due to advances in computer vision technologies, common CAPTCHA solutions can be broken if the attacker is determined enough. Complimentary security controls should be used in conjunction with CAPTCHA if the digital service is a very high value target.
A good CAPTCHA is nuanced in its design. Its a fine balance of not being too easy so robots can break them easily but not too hard so people find it difficult. Consideration for a good CAPTCHA:
From a flow perspective, the best place to put a CAPTCHA is right before the user submits their (personal or non-personal) information at the end of a workflow/transaction.
This reference documentation shows you the design pattern for CAPTCHA: