News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
MegaLeecher.net:
Decoding CAPTCHA using PHP | Hypertext Preprocessor
June 07, 2006 @ 06:38:31

Just when you thought you were safe with the little CAPTCHA graphic on your site, something like this comes along - a method for decoding CAPTCHA images using only PHP.

This example shows a simple method of decoding "CAPTCHA" (Completely Automated Public Turing test to tell Computers and Humans Apart) correctly into usable variables for processing. There is no 100% guarantee that it would successfully decode the CAPTCHA (Maybe about 90% or more) but it is a start.

Their example pulls an image with overlapping characters to be parsed by their PHP script (needing the GD2 extension). They start off by taking the image into a graphic editor and breaking up the characters to create a "pixel library" of the letters (A-Z) and numbers (0-9) that service uses. This is then used by the PHP script to locate what letters/numbers might be present in the image.

They include in upload form to allow users to give it a try as well as a sample pixel library for the full series of letters/numbers and their points.

0 comments voice your opinion now!
php decoding captcha gd pixel index library upload php decoding captcha gd pixel index library upload



Similar Posts

Justin Silverton\'s Blog: PHP vs Perl

Justin\'s Blog: Debugging Php

Vidyut Luther\'s Blog: PHP Namespaces - Working with external teams and possibly frameworks

Marcus Whitney\'s Blog: Mobile Apps In A Hurry - Flash Lite to PHP?

Justin Silverton\'s Blog: Converting PHP Scripts to Windows Apps


Community Events











Don't see your event here?
Let us know!


zendframework PHP5 mysql ajax cakephp framework security developer example code application PEAR release job database conference package book zend releases

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework