huacnlee / rucaptcha

Captcha Gem for Rails, which generates captcha image by Rust.

Home Page:https://huacnlee.github.io/rucaptcha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何换成数字图形的验证码

cinic2003 opened this issue · comments

commented

华顺请教一下,如果验证码我想换成全是数字,不含字母的,应该怎么设置或改代码啊?谢谢

font.c文件变量lt0-lt24代表的是字母a-y。你要实现数字的话可能需要手动添加lt变量到lt[]数组里。当然我也不知道那一串数组是什么数据

我fork了一版改成全数字的了,https://github.com/doabit/rucaptcha/tree/number, 看的清楚了,不过感觉防御力会低不少。
number