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: http://freshmeat.net/projects/pycaptcha/ The links on the freshmeat.net page don't work for me --- the downloads are 404'd, and the demo doesn't work. Jeff pgpkRlXiyKESW.pgp

Code for generating validation codes (in images)

2005-09-04 Thread morphex
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.. Thanks, Morten -- http://mail.python.org/mailman/listinfo/python-list

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 --

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: http://freshmeat.net/projects/pycaptcha/

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