基于图像的验证码

发布于 2024-08-23 08:28:24 字数 97 浏览 3 评论 0原文

我们可以用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你在看孤独的风景 2024-08-30 08:28:24

我们可以用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.

旧故 2024-08-30 08:28:24

我们可以实现 vidoop 验证码吗
java?

是的,你可以。

这样安全吗?

这就是验证码应该做的事情,但请记住没有什么是完美的,但这并不意味着您不应该使用它。

实施的复杂性是多少
在java中?

这取决于经验以及您对 java 的掌握程度,但是,总是有关于如何做到这一点的教程。

我们应该学习什么来实现这一点
在java中?

你需要学习实现它需要什么,我认为不仅仅是java基础知识就足够了。

更多信息在这里。

can we implement vidoop captcha in
java?

Yes, you can.

IS that secure?

That's what captcha is supposed to do but remember nothing is perfect, however this does not mean you should not use it.

what is the complexity of implementing
that in java?

It depends on experience and how much command you have in java, however, there are always tutorials on how to do that.

what should we learn to implement that
in java?

You need to learn what is required to implement that, more than basics of java should suffice i think.

More Info Here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文