PHP-Klasse::Fox captcha 21.06.2007

Kurzbeschreibung: Generate captcha validation images
Veröffentlicht am: 21.06.2007
Gruppe(n):
- Graphics
- Validation
- Security
Beschreibung:
This class can generate images for use in CAPTCHA based validation tests.
It generates an image of a given width and height with a sequence of random hexadecimal digits over a set of random lines.
The digits and the lines are rendered with the same foreground color. The foreground and background colors are generated randomly. The background color is always darker than the foreground color to assure high contrast.
The generated image is stored in a server file in the JPEG format.
The verification digits are stored in a session variable for posterior verification.
Link: Fox captcha