New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/wenlng/go-captcha-example

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/wenlng/go-captcha-example

  • v0.0.0-20240623050834-051a8399ed4f
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go Captcha Example

⭐️ If it helps you, please give a star.

Poster
git clone https://github.com/wenlng/go-captcha-example.git
cd go-captcha-example
go mod download
go run main.go

Open in browser: http://127.0.0.1:9001/go-captcha-example


Directory structure

|-internal
  |-app
  |-cache
  |-logic
    |-captdata
      |-click_basic.go      // Generation text click mode captcha data
      |-click_shape.go      // Generation shape click mode captcha data
      |-rotate_basic.go     // Generation rotate mode captcha data
      |-slide_basic.go      // Generation slide mode captcha data
      |-slide_region.go     // Generation zone drag mode captcha data
    |-checkdata
      |-click.go            // Check interactive data for text mode
      |-rotate.go           // Check interactive data for rotate mode
      |-slide.go            // Check interactive data for slide mode
  |-static
    |-native                // js+html+css demo
    |-vue                   // vue3 demo
    |-vue2                  // vue2 demo
    |-react                 // react demo
    |-angular               // angular demo
    |-solid                 // solid demo
    |-svelte                // svelte demo



Go Captcha is a behavior security CAPTCHA, which implements text click verification, slide verification and rotation verification.

⭐️ If it helps you, please give a star.


Poster

🍹 Buy me a coffee

Buy Me A Coffee Buy Me A Coffee

FAQs

Package last updated on 23 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc