This class is meant to generate CAPTCHA (Completely Automated Public Turing to tell Computers from Humans Apart) images to test whether the user accessing a site is a real human or an automatic script.
The class generate an image with a random key text string printed on it mixed with some noise made of random text characters or line grid.
The image is meant to be used in a form so the user reads the key text in the image and must enter it to prove that is a real human.
The form also passes an hidden field that contains a public key that is used when the form is submitted to the server to verify whether the key text on the image matches what the user entered.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (78.0%) |
Sufficient (76.0%) |
- |
Sufficient (74.0%) |
- |
- |
Not sure (54.0%) |
1077 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Example |
online example. The same as which came with the class |
| my website |
example of captcha picture in "creer un compte" on left side link. Verification isn't make yet |

If you know an application of this package, send a message to the
author to add a link here.