Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shred/commons-captcha

Generator for simple captcha images
https://github.com/shred/commons-captcha

captcha-image java-servlet simple spring

Last synced: 1 day ago
JSON representation

Generator for simple captcha images

Awesome Lists containing this project

README

        

# commons-captcha ![build status](https://shredzone.org/badge/commons-captcha.svg) ![maven central](https://shredzone.org/maven-central/org.shredzone.commons/commons-captcha/badge.svg)

A Java servlet for generating simple captcha images.

![Example Captcha](./src/site/resources/img/captcha.png)

Unlike other Captcha generators, this generator asks the user to click on a certain character, instead of typing a text.

This software is part of the Shredzone Commons.

## Documentation

See the [online documentation](https://shredzone.org/maven/commons-captcha/).

## Contribute

* Fork the [Source code at GitHub](https://github.com/shred/commons-captcha). Feel free to send pull requests.
* Found a bug? [File a bug report!](https://github.com/shred/commons-captcha/issues)

## License

_commons-captcha_ is open source software. The source code is distributed under the terms of [GNU Lesser General Public License Version 3](http://www.gnu.org/licenses/lgpl-3.0.html).