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-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 this?
> 3. How easy/hard to cark this captcha?
> 4. Can we use this to high end applications?
>
> Guys please suggest me for above line items or any this else there please 
> let me know about django-simple-captcha, please explain me the pros and 
> cons of django-simple-captcha. Thanks in advance.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/492af8c4-eccf-4948-9063-f457ab7482b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 suggest recaptcha (
https://github.com/praekelt/django-recaptcha /
https://www.google.com/recaptcha/ ). This captcha is state of the art
and now, most human don't even have to decrypt symbol to get in. Fill
a checkbox, job done. If it fail, it fall back to a set of image and
asking the user what image have cookie, grass, bicycle or something
like that.
The experience for your user will be way better.

2016-07-19 15:57 GMT+02:00 Ajay Kumar <2916ajayku...@gmail.com>:
> 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 this?
> 3. How easy/hard to cark this captcha?
> 4. Can we use this to high end applications?
>
> Guys please suggest me for above line items or any this else there please
> let me know about django-simple-captcha, please explain me the pros and cons
> of django-simple-captcha. Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/58b761a7-98eb-4105-a469-2735f49a0be6%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 

Cordialement, Coues Ludovic
+336 148 743 42

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEuG%2BTZ3Gsv8m%2Bn8fEwbrvB8-TMW__enS6Ux%2B_v_DCwnP2VpaA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 this?
3. How easy/hard to cark this captcha?
4. Can we use this to high end applications?

Guys please suggest me for above line items or any this else there please 
let me know about django-simple-captcha, please explain me the pros and 
cons of django-simple-captcha. Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/58b761a7-98eb-4105-a469-2735f49a0be6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.