Registry / auth / dchest-captcha

dchest-captcha

JSON →
library1.1.0gogounverified

Generates and verifies image and audio CAPTCHAs for bot detection.

go get github.com/dchest/captcha
INSTALL
IMPORT
SIG · DCHEST-CAPTCHA
D
dchest-captcha
authgov1.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/dchest/captcha

Generates a new CAPTCHA and prints its ID.

package main import ( "fmt" "github.com/dchest/captcha" ) func main() { id := captcha.New() fmt.Println("CAPTCHA ID:", id) // Verify later: captcha.VerifyString(id, "userInput") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
dchest-captcha — go get dchest-captcha · libregistry