Skip to content

wsqun/captcha

 
 

Repository files navigation

golang实现的验证码 golang captcha

优点

  1. 使用简单
  2. 不依赖第三方图形库 直接go get 就Ok
  3. 丰富自定义设置(字体,多颜色,验证码大小,文字模式,文字数量,干扰强度)

demo

colorsamplecolor2

使用 Start using it

Download and install it:

go get github.com/wsqun/captcha

必须设置font

网站中如果使用? how to use for web

look examples/main.go

fork from github.com/afocus/captcha 进行并发优化

About

simple captcha for golang (go验证码生成器)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.8%
  • Dockerfile 2.1%
  • Makefile 2.1%