Customize Google Re Captcha in Perl

此生再无相见时 提交于 2019-12-11 14:49:26

问题


I want to customize google re captcha to have only digits as option for verification code. Is is possible to do . If yes then how to do it ?


回答1:


No, this is not possible.

The reCaptcha system is meant as an easy way to plug in a Captcha to your site. As a side effect, it helps digitizing books by using image snippets from scans as a visual challenge. If only numbers should be displayed, then only such “words” from books could be used that are already known to be numbers. This would void the secondary objective of reCaptcha (helping the transcription of scans).

Using numbers only makes your system less secure (in theory). Whereas an attacking OCR software might have difficulty telling apart a g and 9, this now becomes unambiguous.



来源:https://stackoverflow.com/questions/18444933/customize-google-re-captcha-in-perl

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!