Registry / utility / easy-captcha

easy-captcha

JSON →
library1.6.2javamavenunverified

Java library for generating graphical verification codes, including GIF support.

<dependency> <groupId>com.github.whvcse</groupId> <artifactId>easy-captcha</artifactId> <version>1.6.2</version> </dependency>
INSTALL
IMPORT
SIG · EASY-CAPTCHA
E
easy-captcha
utilityjavav1.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SpecCaptcha
com.wf.captcha.SpecCaptcha

Generates a 4-character alphanumeric captcha and outputs its base64 image.

import com.wf.captcha.SpecCaptcha; public class Example { public static void main(String[] args) { SpecCaptcha captcha = new SpecCaptcha(130, 48, 4); System.out.println("Captcha text: " + captcha.text()); System.out.println("Base64 image: " + captcha.toBase64()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
easy-captcha — mvn dependency:get easy-captcha · libregistry