Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wkgcass/captcha

Generate all kinds of captcha
https://github.com/wkgcass/captcha

Last synced: about 1 month ago
JSON representation

Generate all kinds of captcha

Awesome Lists containing this project

README

        

# Captcha
Generate all kinds of captcha

```xml

net.cassite
captcha
0.0.1-RELEASE

```

#How to use

```java
CaptchaGen cg = CaptchaGen.DEFAULT;
StringBuilder sb = new StringBuilder();
BufferedImage img = cg.generate(sb);
```