I need a captcha solution for GAE in Java. My clients only have access to the IP in where my application is hosted so they can’t rely on re-captcha or solutions of this kinds.
Since awt image classes are blocked. Do you know any easy solution for image generation ?
I ‘ve found a text-to-image library which works on GAE:
Litetext
But it’s not secure enough for a captcha.