Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.39 KB

README-en.md

File metadata and controls

56 lines (42 loc) · 1.39 KB

View in [English][中文]


gocaptcha

Captcha server writen in golang

Build Status Build Status Coverage Status

Feature

  • 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

Useage

Install

go get github.com/hanguofeng/gocaptcha

Quick Start

See captcha_test.go

See samples/gocaptcha-server

Demo

Document

[captcha.go Wiki]

TODO

  • ops tools

LICENCE

gocaptcha use [MIT LICENSE]

Thanks: