java 春天最好的验证码?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6869829/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-30 17:39:54  来源:igfitidea点击:

best captcha for spring?

javaspringcaptcha

提问by coder247

Trying to implement captcha with spring framework. I'm searching to find a good one. Different users have different opinions. Any idea which works best with spring?

尝试使用 spring 框架实现验证码。我正在寻找一个好的。不同的用户有不同的看法。有什么想法最适合春天吗?

What is the advantage of JCaptcha over recaptcha ?

JCaptcha 与 recaptcha 相比有什么优势?

回答by Aaron Lee

http://parasjain.net/2008/11/11/jcaptcha-with-spring/

http://parasjain.net/2008/11/11/jcaptcha-with-spring/

It contains instructions on its use to, not the most complex captcha, but it should be enough to throw bots off. Hope this helps somewhat.

它包含有关其使用的说明,不是最复杂的验证码,但它应该足以摆脱机器人。希望这会有所帮助。

回答by joostschouten

Have a look at JCaptcha and Spring. It nicely outlines how to configure it using your bean definitions in Spring.

看看JCaptcha 和 Spring。它很好地概述了如何使用 Spring 中的 bean 定义来配置它。

Though Google would have given this answertoo.

虽然谷歌也会给出这个答案