Hooto Captcha Server hcaptcha

码农软件 · 软件分类 · 验证码(Captcha) · 2019-04-22 12:41:58

软件介绍

hcaptcha 是一个开源的验证码服务器,提供HTTP协议接口,帮助企业集成验证码功能,类似 Google 的 reCaptcha。它的主要特性:

  • 高安全: 使用扭曲、粘合、错位、随机字长等方式使其难以被拆解、辨识
  • 高性能: 基于C/libevent/gd/memcache开发,利用内存特性,使其单机单线程并发500/秒(120x60像素)
  • 本地部署: 相对于 Google reCaptcha 的网络不确定性,hcaptcha 可以部署于企业网络
  • 集群部署:  可集群部署 LVS -> hcaptcha cluster -> memcache cluster


下载/安装:

 

接口文档

 

引用

本文地址:https://www.codercto.com/soft/d/4135.html

C# Primer Plus

C# Primer Plus

Klaus Michelsen / Sams / 2001-12-15 / USD 49.99

C# Primer Plus is a tutorial based introduction to the C# language and important parts of the .Net Framework. Throughout the book the reader will be exposed to proven principles enabling him to write ......一起来看看 《C# Primer Plus》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具