基于图像的验证码
我们可以用java实现vidoop验证码吗?
这样安全吗?
在java中实现它的复杂性是多少?
我们应该学习什么来用java实现它?
Can we implement vidoop captcha in java?
Is that secure?
What is the complexity of implementing that in java?
What should we learn to implement that in java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们可以用java实现vidoop验证码吗?
答:是的!
这样安全吗?
答:取决于很多事情。客户端和服务器端。
在java中实现它的复杂性是多少?
答:您需要一个巨大的预先识别的匹配数据库(单词与图像)。以及随机化函数。
我们应该学习什么来用java实现它?
答:数据库管理。不多也不少。
Can we implement vidoop captcha in java?
A: Yes!
Is that secure?
A: Depends on a lot of things. Both client-side and server-side.
What is the complexity of implementing that in java?
A: You need a huge database of pre-identified matches (words against images). And the randomizing function.
What should we learn to implement that in java?
A: Database management. No more, no less.
是的,你可以。
这就是验证码应该做的事情,但请记住没有什么是完美的,但这并不意味着您不应该使用它。
这取决于经验以及您对 java 的掌握程度,但是,总是有关于如何做到这一点的教程。
你需要学习实现它需要什么,我认为不仅仅是java基础知识就足够了。
更多信息在这里。
Yes, you can.
That's what captcha is supposed to do but remember nothing is perfect, however this does not mean you should not use it.
It depends on experience and how much command you have in java, however, there are always tutorials on how to do that.
You need to learn what is required to implement that, more than basics of java should suffice i think.
More Info Here.