News Feed
Jobs Feed
Sections




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.

1 comment voice your opinion now!
decoding captcha gd pixel index library upload decoding captcha gd pixel index library upload


blog comments powered by Disqus

Similar Posts

Richard Heyes\' Blog: Updates to XML-RPC Library

Web Builder Zone: Can you use PHP without frameworks nowadays?

Nelm.io Blog: Composer: Part 1 - What & Why

Matthew Leverton\'s Blog: How to add a custom CAPTCHA to phpBB2

Kevin Schroeder's Blog: New Zend Server Job Queue Library


Community Events











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


phpunit release code opinion development community interview conference example zendframework2 framework tool testing application series introduction podcast unittest functional language

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