PHP Classes

ASCII CAPTCHA: CAPTCHA validation using ASCII art text

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 55%Total: 4,202 This week: 1All time: 714 This week: 560Up
Version License PHP version Categories
ascii_captcha 1.0.0The PHP License3.0Text processing, Validation, Security
Description 

Author

This class can be used to perform CAPTCHA validation, display text letters using ASCII art fonts.

It generates a CAPTCHA validation text string with random letters and then renders that text as an ASCII art string with multiple lines that represent the validation text with some distortion and noise characters.

The random validation text and the rendered text are returned as strings.

Innovation Award
PHP Programming Innovation award nominee
May 2008
Number 2
CAPTCHA validation is a way to make it more difficult the use of robot scripts to impersonate real users accessing sites.

Many techniques have been developed to implement different variants of CAPTCHA validation, but some can easily be defeated with more sophisticated robots.

This class provides different approach by using text rendered as ASCII art instead of using the usual obfuscated images. This way, existing CAPTCHA breaking robots would need to be adapted to bypass this solution.

Manuel Lemos
Picture of Debug
Name: Debug <contact>
Classes: 4 packages by
Country: United States United States
Age: 34
All time rank: 36544 in United States United States
Week rank: 411 Down48 in United States United States Down
Innovation award
Innovation award
Nominee: 4x

  Files folder image Files  
File Role Description
Accessible without login Plain text file documentation.html Doc. Documentation
Plain text file ascii_captcha.class.php Class The main ASCII CAPTCHA class
Accessible without login HTML file example.html Output Example code and output

 Version Control Unique User Downloads Download Rankings  
 0%
Total:4,202
This week:1
All time:714
This week:560Up
User Ratings User Comments (3)
 All time
Utility:80%StarStarStarStarStar
Consistency:80%StarStarStarStarStar
Documentation:76%StarStarStarStar
Examples:-
Tests:-
Videos:-
Overall:55%StarStarStar
Rank:1897
 
It's a simple class and it works.
11 years ago (michael)
70%StarStarStarStar
Great :)
15 years ago (T. Schrammer)
60%StarStarStarStar
There is a bug with counting the required number of backgroun...
15 years ago (Nikodem O.)
67%StarStarStarStar