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: 5 months 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T16:29:19.000Z (over 6 years ago)
- Last Synced: 2024-12-18T19:22:26.469Z (6 months 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  
A Java servlet for generating simple captcha images.

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).