Captcha server writen in golang
- supports captcha char in Chinese
- supports self-define word/char dictionary
- supports filter plugin
- filters:
- noise point
- noise line
- other type of noise
- plugin
- supports extensible store engine
- build-in store engine
- memcache
- redis (from https://github.com/dtynn/gocaptcha)
- implement your own by implement the StoreInterface
Install
go get github.com/hanguofeng/gocaptcha
Quick Start
See captcha_test.go
Document
- ops tools
gocaptcha use [MIT LICENSE]
Thanks: