Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shred/commons-captcha
- Owner: shred
- License: lgpl-3.0
- Created: 2012-01-08T22:12:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T16:29:19.000Z (almost 6 years ago)
- Last Synced: 2024-12-18T19:22:26.469Z (8 days ago)
- Topics: captcha-image, java-servlet, simple, spring
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-LGPL.txt
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).