CAPTCHAs are not accessible and in some cases not even effective but there's a lot to be learned by generating our own!
Find the source code for t...
For further actions, you may consider blocking this person and/or reporting abuse
Just so you know, Recaptcha is both free and super easy to implement (there are flexible ways to both have a lot of it automated or to be able to control how it works quite specifically). Invisible Recaptcha is especially nice since most (humans) never even notice it.
My favorite twist on CAPTCHAs is lichess.org's Chess CAPTCHA where you have to solve a chess puzzle βοΈ
youtube.com/watch?v=WqnXp6Saa8Y
No intentions to self-promote, but I wrote a python and subsequently a js script to crack a captcha I had encountered once. Here's the article!
Awesome! Thanks for sharing.
If the client stores somewhere in memory the text to verify against, wouldn't be possible for a bot to get it somehow?
This API is designed to be used by another backend service and inserted into a template. That backend service should then store the validation string against the userβs session object.
Let me know if that doesnβt make sense!
It does now. Thanks!