# mojocn/base64Captcha

captcha of base64 image string

Repository: https://github.com/mojocn/base64Captcha
Canonical: https://ross.abutalabs.com/products/base64captcha
Homepage: https://captcha.mojotv.cn/.netlify/functions/captcha
Language: Go
License: NOASSERTION
License Family: other
Topics: captcha, image-captcha, audio-captchas, captcha-generator, anti-spam, golang, base64, arithmetic-captcha, yanzhengma, go
Last push: 2025-09-29T10:35:08+00:00

## Health v2 (maintenance only)
Score: 54/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 44, release rhythm 40, longevity 100
- inputs: {"age_days": 3186, "days_push": 338, "days_rel": 601, "gap_med": 0, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2367, forks 310 (observed 2026-08-28T04:06:41.604643+00:00)

## What it is
A Go library that generates various types of captchas (digits, strings, math, Chinese, audio) and returns them as base64-encoded image or audio strings. It supports pluggable storage backends and drivers, making it easy to integrate captcha verification into web applications.

## Use cases
- add captcha verification to a Go web app
- generate image captcha as base64 string for API responses
- prevent bot signups and spam form submissions
- generate math or arithmetic captchas
- generate Chinese or other unicode character captchas
- generate audio captchas for accessibility
- store captcha answers in Redis or custom store

## When to choose
- you need a captcha generator in a Go backend
- you want captchas delivered as base64 strings without serving image files
- you need customizable drivers and pluggable storage

## When to avoid
- your stack is not Go
- you need modern invisible captcha or behavioral bot detection
- you need a hosted captcha service with managed analytics

## Facets
- artifact type: library
- maturity: stable
- function: image-processing, security, serialization
- domain: security, web-development, backend
- platform: go, cross-platform
- tags: captcha, base64, anti-spam, audio-captcha, arithmetic-captcha, unicode, web-server

## Member repositories
- mojocn/base64Captcha (main) score 54

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:41.604643+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:35:57.847641+00:00, confidence not recorded.
  - readme: https://github.com/mojocn/base64Captcha (fetched 2026-08-28T04:06:41.604643+00:00, sha c2e3d01f81e1)
  - homepage: https://captcha.mojotv.cn/.netlify/functions/captcha (fetched 2026-08-29T10:16:21.950408+00:00, sha 14ffeff39ecf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
