Re: Django simple Captacha

2016-07-20 Thread Jeff Willette
I wrote a simple app to use googles recaptcha, you can read about how to install it here... http://jrwillette.com/post/how-to-use-django-g-recaptcha/ On Tuesday, July 19, 2016 at 11:54:32 PM UTC+9, Ajay Kumar wrote: > > hi Guys > > I tried django-simple-captcha on refering > http://django-simple

Re: Django simple Captacha

2016-07-20 Thread ludovic coues
This kind of captcha is easier for bot than it is for human. This one is especially weak. Single font, Single color for the text. And the more noise you add on the text, the harder it will be for human. https://github.com/ptigas/simple-captcha-solver is a basic tool for solving these. I strongly

Django simple Captacha

2016-07-19 Thread Ajay Kumar
hi Guys I tried django-simple-captcha on refering http://django-simple-captcha.readthedocs.io/…/la…/usage.html . Every thing works well and goes fine, I need few suggestion on it. 1. How efficiency is this? 2. How strong is th