Skip to content

coyove/DynCaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DynCaptcha

A simple dynamic captcha written in Go

Usage

buf, answer := DynCaptcha.New(0)

buf is the generated gif image in []byte. answer is an int holding the answer of this captcha. 0 is the random seed.

Demo

Find the red circle's final position.

It should be 21.

About

A simple dynamic captcha written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages