Registry / auth / kaptcha

kaptcha

JSON →
library2.3.2javamavenunverified

A Java library for generating CAPTCHA images to prevent automated form submissions.

<dependency> <groupId>com.github.penggle</groupId> <artifactId>kaptcha</artifactId> <version>2.3.2</version> </dependency>
INSTALL
IMPORT
SIG · KAPTCHA
K
kaptcha
authjavav2.3.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.

Producer
com.google.code.kaptcha.Producer

Generate a CAPTCHA text string using Kaptcha.

import com.google.code.kaptcha.Producer; import com.google.code.kaptcha.impl.DefaultKaptcha; public class Example { public static void main(String[] args) { Producer kaptcha = new DefaultKaptcha(); String text = kaptcha.createText(); System.out.println("CAPTCHA text: " + text); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
kaptcha — mvn dependency:get kaptcha · libregistry