Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Captcha in Android Application

I have to implement Captcha in my android app code, but have no idea about how to go about it..

Please can anyone help me out here ??

like image 475
krishnamahadik Avatar asked Jan 16 '23 16:01

krishnamahadik


2 Answers

Take a look at SimpleCaptcha or JCaptcha.

like image 114
Amokrane Chentir Avatar answered Jan 27 '23 22:01

Amokrane Chentir


Shameless self promotion, but I HATED all of the other choices, specifically that they are all networked based. Now, I'm sure that mine needs LOTS of work, etc, and is maybe not as secure as using another outside solution, but at least it is easy to use and has a few options.

Git it here, and have fun changing and committing

like image 39
roger l Avatar answered Jan 27 '23 21:01

roger l