0 items
| # |
|---|
弱密码是如何分类的
弱密码通常遵循攻击者可以利用的可预测模式。此生成器提供四个常见类别的示例。
类别
- 字典词 — 常见的英语单词 (sunshine, football)。
- 常用密码 — 经常排在泄露报告前列的密码 (123456, password)。
- 键盘模式 — 由键盘相邻键形成的模式 (qwerty, asdfgh)。
- 默认凭据 — 设备预设的凭据 (admin, root)。
Frequently Asked Questions
用于测试身份验证系统是否能正确拒绝已知的常用密码,以及测试如 zxcvbn 这样的强度校验工具。
A dictionary attack tries a predefined list of words and common passwords instead of brute-forcing every combination. Modern wordlists (like RockYou) contain billions of previously leaked passwords. Dictionary-category entries here are drawn from these lists.
Yes. These password patterns are well-documented in public breach analysis reports (e.g. from NordPass, Hive Systems, NCSC). They are shared here for educational and defensive testing purposes only.
Show participants that patterns like p@ssword or 1qaz2wsx appear verbatim in wordlists and offer no real security. Contrast with output from the strong Password Generator to demonstrate the difference.
Yes. Export to CSV or JSON. Each row includes the password, its category, and a plain-English description of why it is weak.
Related Tools
所有生成的数据均为虚构,不适合作为真实的个人信息使用。