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

https://github.com/cherouvim/captcha

yet another captcha implementation for Java
https://github.com/cherouvim/captcha

captcha java

Last synced: 11 months ago
JSON representation

yet another captcha implementation for Java

Awesome Lists containing this project

README

          

# captcha
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

Yet another captcha implementation. Implemented as a Java Servlet.

## Examples:

### /captcha
![captcha](https://www.toolip.gr/captcha)

### /captcha?size=30&length=20
![captcha](https://www.toolip.gr/captcha?size=48&length=20)

### /captcha?complexity=1
![captcha](http://www.toolip.gr/captcha?complexity=1)

### /captcha?background=0xff00ff&foreground=0x00ffff
![captcha](https://www.toolip.gr/captcha?background=0xff00ff&foreground=0x00ffff)