Re: Code for generating validation codes (in images)

2005-09-09 Thread jepler
On Sun, Sep 04, 2005 at 11:10:07AM +0200, Giuseppe di Sabato (aka deelan) wrote: > take a look at the "pycaptcha" package: > The links on the freshmeat.net page don't work for me --- the downloads are 404'd, and the demo doesn't work. Jeff pgpkRlXiyKES

Re: Code for generating validation codes (in images)

2005-09-04 Thread morphex
Great, thanks to you both. :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: Code for generating validation codes (in images)

2005-09-04 Thread Giuseppe di Sabato (aka deelan)
morphex wrote: > Hi, > > does anyone of you know of some code I can use to generate validation > code images? > > Those images you can see on various login forms used to prevent bots > for performing a brute-force attack.. take a look at the "pycaptcha" package:

Re: Code for generating validation codes (in images)

2005-09-04 Thread Paul Rubin
"morphex" <[EMAIL PROTECTED]> writes: > does anyone of you know of some code I can use to generate validation > code images? > > Those images you can see on various login forms used to prevent bots > for performing a brute-force attack.. http://en.wikipedia.org/wiki/CAPTCHA -- http://mail.python