TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: User friendly Captcha systems for mobile apps?

14 点作者 yonilevy将近 9 年前
Hi, I&#x27;m looking for a captcha solution that is as user-friendly as possible for a mobile app. Couldn&#x27;t find anything interesting.<p>Do you know of such a framework &#x2F; are you working on one? With the many sensors available i&#x27;m sure there could be interesting, user friendly ways to make life harder for bots.<p>It seems like the common alternative is to send a validation text message (makes it harder to spam), but that doesn&#x27;t seem optimal from a UX perspective. Would love to hear ideas from that direction as well though.<p>Thanks!

7 条评论

simbalion将近 9 年前
The best captcha system is no captcha system at all. You might take a look at the Wordpress plugin &#x27;WP Bruiser&#x27;, which is extremely effective at eliminating bot submissions, without any user interaction at all.
pavel_lishin将近 9 年前
Google&#x27;s &quot;Select all the pictures that are of flowers&quot; seems like it would be well-suited for mobile.
评论 #12298600 未加载
评论 #12298334 未加载
dutra将近 9 年前
What about implementing something in the likes of <a href="https:&#x2F;&#x2F;github.com&#x2F;josscrowcroft&#x2F;MotionCAPTCHA" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;josscrowcroft&#x2F;MotionCAPTCHA</a> ? I think this would be user-friendly for mobile users.
angryasian将近 9 年前
On mobile is it necessary. I guess its most dependent on what you&#x27;re trying to accomplish. On mobile you have access to a unique id like device id or other identifiers that are specific to a device.
评论 #12299370 未加载
anthonys将近 9 年前
Validation text messages can be useful and as long as you think about the message (Ie. I can pull the notification banner down and see the numbers rather than have to exit the application I am in), it shouldn&#x27;t impact the process too much.<p>On Android you can even read the message yourself. It seems iOS can do this too but for now it seems on Apple can read verification messages.
shthed将近 9 年前
Can you use reCAPTCHA? Nothing easier than just ticking checkbox &quot;I&#x27;m not a robot&quot;.
评论 #12311128 未加载
rezashirazian将近 9 年前
This may fall outside of what you&#x27;re trying to do, but I always thought the best form captcha would be to extend Uber to do real human to human verification.<p>You send a request to a driver, the driver shows up and confirms the person applying, completing or w&#x2F;e is actually a person.<p>This can have potential legal&#x2F;government related application.