• 2023-12-26Base64Captcha 登录验证码
    CaptchaGitHub地址:github.com/dchest/captcha简介:Captcha是一个功能强大的验证码生成库,支持生成图片和音频验证码。它能够生成数字、字母、数字字母组合等各种类型的验证码,并且使用简单方便。Gin-UtilsGitHub地址:github.com/gin-contrib/gin-utils简介:Gin-Utils是一个针
  • 2023-10-01Go每日一库之148:base64Captcha(多种形式验证码)
    Base64captcha几行代码就可以定义自己内容的图形验证码库,支持任意unicode字符的内容.1.文档&DemoEnglish中文文档Playground2.快速上手2.1下载base64Captcha包goget-ugithub.com/mojocn/base64Captcha2.2在您的项目中使用base64Captcha2.2.1实现Store
  • 2023-06-21go 使用验证码库
    go使用验证码库标签(空格分隔):go安装gogetgithub.com/mojocn/base64Captcha使用packageapiimport( "github.com/gin-gonic/gin" "github.com/mojocn/base64Captcha" "go.uber.org/zap" "net/http")var( //存储方式 store=base
  • 2023-04-19图形验证码 captcha的使用
    使用效果:  使用说明:1、点击图片或者点击看不清换一张,会自动更换。 2、输入错误,也会自动再更换一张。确保安全 验证码文件:common/captcha.go packagecommonimport( "github.com/gin-gonic/gin" "github.com/go-playground/validator/v10" "github.com/mo
  • 2023-04-12go验证码的使用
    前言:go验证码演示地址:https://captcha.mojotv.cn/正文:验证码包下载goversion>1.11goget-ugithub.com/mojocn/base64Captcha 验证码展示到页面示例:使用gonethttp包显示验证码 import("encoding/json""github.com/mojocn/base64Captcha""htm