Contact Us

Alagad is located in Chapel Hill, North Carolina in the Research Triangle Park area.

Phone: 888-ALAGAD4
Fax: 888-248-7836
Email: please use our contact form

208 Calderon Dr.
Chapel Hill, NC 27516 USA

Request an Alagad proposal
Request a TaskForce consultation

Captcha Component

The Alagad Captcha is a ColdFusion Component written in native ColdFusion which generates images of obfuscated text. The text is intended to be human readable but not machine readable. By comparing a user provided string to the known value of the string displayed in the image, you can confirm that a human, not a computer, is interacting with your application.

Captcha is an acronym for "completely automated public Turing test to tell computers and humans apart". Captcha images tend to be used on web forms to prevent automated submission by computers. More information on Captchas can be found at http://en.wikipedia.org/wiki/Captcha.

The Alagad Captcha component requires no third party software to operate and no additional configuration.

The following is an example of an image generated by Alagad Captcha:

Sample Captcha?

Because the Alagad Captcha is written in pure ColdFusion and instantiates only native Java objects, it compiles with the rest of your CFML files to Java bytecode.

The Alagad Captcha requires almost no effort to install and use. Simply place the component into your custom tags directory or any directory in your site and then instantiate it using the ColdFusion CreateObject method. Once you have the Captcha component instantiated you can use its methods to begin generating Captcha images.