You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/s0nney/jerich0

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/s0nney/jerich0

v0.0.0-20250626200035-0cd38743d684
Source
Go
Version published
Created
Source

Package captcha

A streamlined fork of github.com/dchest/captcha without audio support

This package implements generation and verification of image CAPTCHAs, forked from dchest/captcha with audio capabilities removed. It provides visual challenges with letters and numbers designed to be difficult for OCR systems to solve.

Key differences from the original:

  • Audio CAPTCHA support completely removed
  • Supports alphanumeric characters (A-Z, 0-9) instead of just digits
  • Simplified codebase focused only on image CAPTCHAs
  • Case-insensitive verification (accepts upper or lowercase input)

An image representation is a PNG-encoded image with the solution printed in a distorted way that makes it hard for computers to solve using OCR.

This package doesn't require external files or libraries; it's self-contained.

Security Note

While this provides basic bot protection, advanced OCR systems may eventually solve these CAPTCHAs. Consider this a first line of defense rather than absolute protection.

Installation

go get github.com/s0nney/jerich0

FAQs

Package last updated on 26 Jun 2025

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