All Projects → PuzzledAlien → Captcha

PuzzledAlien / Captcha

Licence: MIT license
.net core Captcha Service

Programming Languages

C#
18002 projects
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to Captcha

simple-recaptcha-v3
🤖 This repository contains simple reCAPTCHA v3 integration for your Laravel application.
Stars: ✭ 25 (-34.21%)
Mutual labels:  captcha
CapMonsterCloud
a C# wrapper for CapMonster Cloud API
Stars: ✭ 17 (-55.26%)
Mutual labels:  captcha
captcha-solver
Library and CLI for automating captcha verification across multiple providers.
Stars: ✭ 101 (+165.79%)
Mutual labels:  captcha
Captcha-Cracking
Crack number and Chinese captcha with both traditional and deep learning methods, based on Torch and python.
Stars: ✭ 35 (-7.89%)
Mutual labels:  captcha
wayang
Remote Chrome Headless , bypass reCAPTCHA dan anything that needs to be done by human
Stars: ✭ 32 (-15.79%)
Mutual labels:  captcha
scp-079-captcha
Provide challenges for newly joined members
Stars: ✭ 52 (+36.84%)
Mutual labels:  captcha
captcha
😁一个Laravel5使用的简单图形验证码组件包
Stars: ✭ 13 (-65.79%)
Mutual labels:  captcha
esaj
Scrapers for many e-SAJ systems
Stars: ✭ 35 (-7.89%)
Mutual labels:  captcha
DNTCaptcha.Core
DNTCaptcha.Core is a captcha generator and validator for ASP.NET Core applications
Stars: ✭ 181 (+376.32%)
Mutual labels:  captcha
ocr api server
使用ddddocr的最简api搭建项目,支持docker
Stars: ✭ 222 (+484.21%)
Mutual labels:  captcha
wp-recaptcha-integration
WordPress reCaptcha integration supporting Ninja Forms and Contact Form 7
Stars: ✭ 50 (+31.58%)
Mutual labels:  captcha
ddddocr
带带弟弟 通用验证码识别OCR pypi版
Stars: ✭ 4,093 (+10671.05%)
Mutual labels:  captcha
EasyShiro
基于 RBAC 模型功能全面的 Shiro 安全集成&简化&扩展组件。Shiro integration & simplifies & Extension component based RBAC
Stars: ✭ 47 (+23.68%)
Mutual labels:  captcha
RARBG-scraper
With Selenium headless browsing and CAPTCHA solving
Stars: ✭ 38 (+0%)
Mutual labels:  captcha
Raid-Protect-Discord-Bot
A Discord Bot that allows you to protect your Discord server with captcha, anti profanity, anti nudity image, anti spam, account age required, logs...
Stars: ✭ 182 (+378.95%)
Mutual labels:  captcha
Formidable
The PHP pragmatic forms library
Stars: ✭ 116 (+205.26%)
Mutual labels:  captcha
Server-Captcha
Protect Your Server From Automated Bots With Captcha Now !
Stars: ✭ 18 (-52.63%)
Mutual labels:  captcha
captcha.js
Captcha in Node.js
Stars: ✭ 23 (-39.47%)
Mutual labels:  captcha
mCaptcha
A no-nonsense CAPTCHA system with seamless UX | Backend component
Stars: ✭ 473 (+1144.74%)
Mutual labels:  captcha
antirobot aiogram
Телеграм бот для блокировки спама
Stars: ✭ 26 (-31.58%)
Mutual labels:  captcha

Captcha

项目中包含一个页面,运行之后,可访问路由“/Index”,进行自测,页面如下图所示

avatar

使用方式

嵌入图片,部署之后访问“/captcha”,可直接加载一张图片

接口:

1、api/captcha :返回图片byte[]

2、api/captcha/verify:校验验证码

注意

如果运行在Windows环境,是完成ok的。System.Drawing.Common是完美的解决方案。

如果现在你想要部署在Ubuntu或者Docker环境下,你需要安装 对应平台的 GDI +相关依赖项。

Ubuntu需要安装的依赖库如下

sudo apt install libc6-dev 
sudo apt install libgdiplus

下一步计划

计划1

.Net Core图形处理开源组件有更多选项,下一步计划都试一试

计划2

尝试.Net Core 2.2,将Captcha独立成.Net Standard类库,并借助微软自带DI解耦CaptchaFactory

计划2已完成

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].