Weak Password Check
Free online Weak Password checker. Built-in 500+ common weak password and dictionary list, local compare, no upload, pure JS.
사용법
기능
- 内置 500+ 常见弱密码/字典词(RockYou Top 500 + 国内常见)
- 支持单条或批量(每行一个)
- 检测:精确匹配 + 简单变体(123456 → 1234567、a123456)
- 本地对比,密码不上传
활용 사례
- 检查个人密码是否在弱密码库
- 密码检查是否符合公司密码策略
- 弱密码需立即更换
나이nt API 사용법
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/weak_password_check/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/weak_password_check/schema.json // Step 2: 在浏览器中执行工具逻辑 // 弱密码检测 在工具页 JS 中实现