@hackage / hs-captcha

Generate images suitable for use as CAPTCHAs in online web-form security.

Latest1.0

About

Metadata

  • Last updated , by AndreasAbel
  • License BSD-3-Clause
  • Categories Graphics
  • Maintained by: ireneista@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

Generates images suitable for use as CAPTCHAs in online web-form security. Does not integrate with any web framework; simply exports a function that creates the image itself as a ByteString (containing a PNG), and the correct answer to the challenge as a String. HS-Captcha is designed to be as simple as possible to integrate in other frameworks.