# go验证码合集包 **Repository Path**: leastsoft/captchas_with_go ## Basic Information - **Project Name**: go验证码合集包 - **Description**: go语言验证码合集包,亲测有效!支持中英文复杂验证码,快速构建,免费开源啦,欢迎star,fork~ - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/shirdonl/captchas_with_go - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 45 - **Created**: 2019-07-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # captchas_with_go go语言验证码合集,网上都资料很少,特别是中文的更少,所以自己抽空了封装一下,免费分享给大家,希望能给大家提供思路和方法~ Feature 特色:支持中文验证,字体可选!! ------- * 支持中文验证码 * 支持自定义词库、字库 * 支持自定义滤镜机制,通过滤镜来增加干扰,加大识别难度 * 当前的滤镜包括: * 支持干扰点 * 支持干扰线 * 支持其他模式的干扰 * 更多模式,可实现imagefilter接口来扩展 * 支持自定义存储引擎,存储引擎可扩展 * 目前支持的存储引擎包括: * 内置(buildin) * memcache * redis (from https://gitee.com/shirdonl/captchas_with_go) * 如需扩展存储引擎,可实现StoreInterface接口 Useage ------ **安装** go get github.com/shirdonl/captchas_with_go **Quick Start** 参考 [captcha_test.go](captcha_test.go) 参考 [examples/main.go](examples/main.go) **文档地址** [[captcha.go Wiki](https://github.com/shirdonl/captchas_with_go/wiki)] LICENCE ------- captchas_with_go[[MIT许可协议](LICENSE)]