Registry / security / afocus-captcha

afocus-captcha

JSON →
library0.0.0-20191010092841-4bd1f21c8868gogounverified

A Go library for generating and verifying image-based CAPTCHAs.

go get github.com/afocus/captcha
INSTALL
IMPORT
SIG · AFOCUS-CAPTCHA
A
afocus-captcha
securitygov0.0.0-20191010092841-4bd1f21c8868
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.

captcha
github.com/afocus/captcha

Generates a 4-digit numeric CAPTCHA image and returns the text.

package main import ( "fmt" "github.com/afocus/captcha" ) func main() { cap := captcha.New() img, str := cap.Create(4, captcha.NUM) fmt.Println("Captcha text:", str) _ = img }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191010092841-4bd1f21c8868latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
38
Perplexity
1
OpenAI (training)
1
Resources
afocus-captcha — go get afocus-captcha · libregistry