Recommendations for java captcha libraries

Posted by skaffman on Stack Overflow See other posts from Stack Overflow or by skaffman
Published on 2009-05-01T07:20:10Z Indexed on 2010/05/15 8:14 UTC
Read the original article Hit count: 204

Filed under:
|
|
|

I'm looking for a replacement for JCaptcha, which doesn't seem to be maintained any more, and isn't very good to begin with. The replacement has to integrate nicely with JavaEE webapps.

As I can see it, there are three options:

  • JCaptcha - No longer maintained, crude API
  • SimpleCaptcha - much nicer API, nicer captchas, but seems to be Java6 only
  • ReCaptcha - easy to use, uses remote web-service to generate captchas, but not much control over look and feel

Has anyone used any others, that they'd recommend?

© Stack Overflow or respective owner

Related posts about java

Related posts about java-ee