hs-captcha

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

https://github.com/IreneKnapp/hs-captcha

Stackage Nightly 2024-05-16:1.0@rev:1
Latest on Hackage:1.0@rev:1

See all snapshots hs-captcha appears in

BSD-3-Clause licensed by Irene Knapp
Maintained by [email protected]
This version can be pinned in stack with:hs-captcha-1.0@sha256:4656a80709e3cac0e747e285e5c39ece48ca7656504722ea54f0a9aefd5de190,910

Module documentation for 1.0

Depends on 4 packages(full list with versions):

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.