|
|
|
|
|
by jluxenberg
5704 days ago
|
|
Was curious about the "text captcha" service. It's a collection of questions with MD5 sums of acceptable answers. They provide an API, but I think this is a case of a project being a "service" to keep the database of questions from being free. There's no technical reason for this to be a service, and it's not a terribly complicated product that would be difficult to scale. It's a static database! Might be neat to create an open-source bank of these CAPTCHA questions. Maybe I'll throw something together this weekend. |
|