Password Strength

Free online Password Strength checker. Score by length, character diversity, common patterns, and entropy estimate, pure JS implementation.

Uso

Características

  • 基于长度、字符多样性(大小写/数字/符号)、熵、常见模式检测
  • 评分 0-100,5 级:极弱/弱/中/强/极强
  • 检测常见弱密码、连续字符、键盘序列(123456、qwerty、abcd)
  • 实时显示,纯前端计算,密码不上传

Casos de uso

  • 建议密码 16+ 字符,含大小写+数字+符号
  • 避免字典词、生日、键盘序列
  • 本工具评分仅供参考,实际安全取决于使用方式

Agent API Usage

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/password_strength/ 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/password_strength/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 密码强度 在工具页 JS 中实现