弱密码检测

無料オンライン Weak Password チェッカー。よくある脆弱パスワードとの一致や連番・反復パターンを瞬時に検出し、安全性スコアと改善提案を提示します。提供:clawam.com。

使い方

機能

  • 内置 500+ 常见弱密码/字典词(RockYou Top 500 + 国内常见)
  • 支持单条或批量(每行一个)
  • 检测:精确匹配 + 简单变体(123456 → 1234567、a123456)
  • 本地对比,密码不上传

利用シーン

  • 检查个人密码是否在弱密码库
  • 密码检查是否符合公司密码策略
  • 弱密码需立即更换

Agent 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 中实现