awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesCaptcha Generation

Utilities for creating visual verification challenges to prevent automated bot submissions.

Distinct from Captcha Verification Services: Existing candidates focus on solving captchas or verification services rather than the generation of the captcha images themselves.

Explore 6 awesome GitHub repositories matching security & cryptography · Captcha Generation. Refine with filters or upvote what's useful.

Awesome Captcha Generation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • chinabugotech/hutoolAvatar von chinabugotech

    chinabugotech/hutool

    30,282Auf GitHub ansehen↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Includes a utility for generating image-based verification codes to block automated bot submissions.

    Javahttphutooljava
    Auf GitHub ansehen↗30,282
  • dromara/hutoolAvatar von dromara

    dromara/hutool

    30,279Auf GitHub ansehen↗

    Hutool is a comprehensive suite of Java extensions designed to serve as a standard library extension. Its primary purpose is to reduce development boilerplate for common programming tasks and data manipulation through a collection of utility classes. The project provides specialized toolkits for database management using active record patterns and connection pooling, as well as network communication via a simplified HTTP client and asynchronous socket management. It includes security and identity capabilities such as symmetric and asymmetric encryption, image captcha generation, and JWT token

    Includes utilities for generating visual verification challenges to prevent automated bot submissions.

    Java
    Auf GitHub ansehen↗30,279
  • tamsiree/rxtoolAvatar von Tamsiree

    Tamsiree/RxTool

    12,305Auf GitHub ansehen↗

    RxTool is an Android development utility library consisting of reusable components and helper classes for common mobile development tasks. It provides a coordinated set of toolkits for hardware interfacing, media processing, and user interface construction. The project features specialized implementations for mobile payment integration with Alipay and WeChat Pay, as well as dedicated tools for social sharing workflows. It includes a security-focused set of human verification widgets, such as puzzle and sliding captchas, to prevent automated bot interactions. The library covers a broad capabi

    Verifies human interaction using sliding captcha components to block bot access.

    Kotlinalipaybarcodedialog
    Auf GitHub ansehen↗12,305
  • ldqk/masuit.toolsAvatar von ldqk

    ldqk/Masuit.Tools

    6,182Auf GitHub ansehen↗

    Masuit.Tools is a comprehensive static utility library for .NET and ASP.NET Core development. It provides a broad collection of reusable helper methods and infrastructure components that cover common programming tasks without requiring dependency injection or instance management. The library is organized as flat utility classes, making its functionality directly accessible from anywhere in a project. The toolkit distinguishes itself through a wide range of integrated capabilities that go beyond typical utility libraries. It includes a multithreaded range-request file downloader with pause and

    Creates a random code string and draws it as a distorted image for bot detection.

    C#datetimeencryptionexcel
    Auf GitHub ansehen↗6,182
  • show-me-the-code/pythonAvatar von Show-Me-the-Code

    Show-Me-the-Code/python

    4,226Auf GitHub ansehen↗

    This project is a curated library of Python code examples, educational resources, and programming tutorials. It functions as an educational repository designed to teach Python language fundamentals through practical implementation tasks, real-world exercises, and functional code snippets. The collection covers a diverse range of implementation examples, including the development of interactive websites and message boards using web frameworks. It also features scripts for audio speech processing, automated media processing for images, and the extraction of data from web content. Additional ca

    Creates images containing random letters or numbers for use as visual verification codes.

    HTML
    Auf GitHub ansehen↗4,226
  • helloworld521/javaAvatar von HelloWorld521

    HelloWorld521/Java

    3,768Auf GitHub ansehen↗

    This repository is a collection of Java backend projects, encompassing a web application suite, a real-time chat server, a web crawler, and an authentication system. It provides implementations for building server-side logic and business rules to process data and handle web requests. The project includes a networked messaging system for instant bidirectional communication and an automated web scraping engine that parses HTML to aggregate data into local storage. It also features a security framework for managing user permissions and generating visual captchas to prevent automated bot access.

    Provides utilities for creating visual verification challenges to prevent automated bot submissions.

    Javajava
    Auf GitHub ansehen↗3,768
  1. Home
  2. Security & Cryptography
  3. Captcha Generation

Unter-Tags erkunden

  • Barcode GeneratorsUtilities for rendering graphical barcode assets for document tracking and identification. **Distinct from Captcha Generation:** Distinct from Captcha Generation: focuses on data encoding barcodes rather than human-verification challenges.
  • Puzzle CaptchasVerification challenges using puzzle-piece alignment to ensure human interaction. **Distinct from Captcha Generation:** Specializes general captcha generation into the specific puzzle-style interaction mechanism.
  • Sliding CaptchasVerification challenges using a slider mechanism to validate human users. **Distinct from Captcha Generation:** Specializes general captcha generation into the specific sliding-interaction mechanism.