Registry / security / webx-top-captcha

webx-top-captcha

JSON →
library0.1.0gogounverified

Package captcha implements generation and verification of image and audio CAPTCHAs, supporting multiple languages and custom storage.

go get github.com/webx-top/captcha
INSTALL
IMPORT
SIG · WEBX-TOP-CAPTCHA
W
webx-top-captcha
securitygov0.1.0
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/webx-top/captcha

Generate a new captcha ID and write its image representation.

package main import ( "github.com/webx-top/captcha" ) func main() { id := captcha.New() captcha.WriteImage(nil, id, 200, 80) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
38
Resources
webx-top-captcha — go get webx-top-captcha · libregistry