CAPTCHA is an acronym for a group of techniques that are used for preventing the access of automated programs to protected Web site pages that are meant only for real human users.
The most common form of CAPTCHA validation employs the use of fuzzy images with a few text characters that the user must enter correctly to have access to the protected pages.
This class implements a variant of the image based CAPTCHA validation solutions. It renders Chinese characters instead of the usual ASCII characters.
This is a better solution to protect the access to pages that are meant only for human users that can read Chinese text.