欢迎使用65GW博客API管理系统,请在后台修改此公告。
菜单
首页 API文档 快速开始 更新日志
用户登录 免费注册
立即注册
首页 API 控制台 我的

密码强度检测

检测密码强度并给出安全评分

GET https://www.pa95.com/API/password_strength.php
请求方式
GET
返回格式
application/json
调用方式
免费公开
调用次数
31
请求示例
https://www.pa95.com/API/password_strength.php?password=MyPass123
请求参数
参数名类型必填说明
password string 必填 要检测的密码
返回示例
{ "code": 200, "data": { "message": "请求成功", "endpoint": "password_strength" } }
在线调试
GET