huacnlee / rucaptcha

Captcha Gem for Rails, which generates captcha image by Rust.
https://huacnlee.github.io/rucaptcha
MIT License
693 stars 133 forks source link

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

Open cinic2003 opened 4 years ago

cinic2003 commented 4 years ago

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

ChinaHDJ1 commented 4 years ago

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

doabit commented 2 years ago

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