antoniop
committed
on 26 Jan 22
A simple image captcha implementation:

a random text is converted to a distorted image, its checksum, together with the expected text are s… Show more
A simple image captcha implementation:

a random text is converted to a distorted image, its checksum, together with the expected text are stored in a lookup table. Upon validation, the text input by the user is matched against the checksum to determine if the captcha is correct.

Plan is to use it downstream on certain publicly available contact forms.

Show less