VerificationCode
滑动验证码、滑块验证码 、Slider Verification Code (ASP.NET/C#)
Install / Use
/learn @eatage/VerificationCodeREADME
(C#)滑块验证码

VerificationCode简介
用户拖动滑块完成时完成校验,支持PC端及移动端。并在后台保存用户校验过程的时间、精度、滑动轨迹等信息。</br> 输出的验证码为JSON格式,其中大图片是将原图裁剪成横向10份纵向2分共20张图片随机混淆拼接而成的,原图通过在前端移位还原,混淆信息带在JSON上</br> JSON格式说明:</br> errcode:状态码</br> y:裁剪的小图相对左上角的y轴坐标</br> array:验证码图片混淆规律</br> imgx:验证码图片宽度</br> imgy:验证码图片高度</br> small:裁剪的小图片</br> normal:验证码混淆后的图片</br> **兼容信息:**兼容主流浏览器,iPhone端的Safari、QQ内置浏览器、微信内置浏览器、Android端主流浏览器
JSON格式示例
{
"errcode": 0,
"y": 189,
"array": "0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19",
"imgx": 300,
"imgy": 300,
"small": "data:image/jpg;base64,/...",
"normal":"data:image/jpg;base64,/..."
}
使用示例
$("#__Verification").slide({
imgspec: "200*100",
successCallBack: function () {
console.log("success");
alert('你已通过验证!');
}
});
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
