生成强随机密码,可完全控制长度和字符类型。一切都在浏览器中完成。
如何使用 密码生成器
选择长度以及要包含的字符类型。
立即生成一个强密码。根据需要调整选项。
一键复制。不会向任何地方发送数据。
What actually makes a password hard to crack is its randomness and length, not clever substitutions. A long password drawn from a truly random source has so many possible combinations that brute-forcing it is infeasible; a short "complex" one with predictable patterns is not.
Length adds security faster than any single symbol does, because every extra random character multiplies the number of possibilities an attacker must try.
This generator builds passwords from the character sets you enable, lowercase, uppercase, numbers and symbols, and guarantees at least one character from each set you turn on. It uses your browser's cryptographically secure random generator, and a strength estimate updates as you adjust the options.
As a rule of thumb, use at least 16 characters for everyday accounts and more for important ones like email or banking. If you prefer something you can type or say aloud, a long passphrase of several random words is also strong; the key in every case is randomness and length, not memorable but guessable tricks.
Store each generated password in a password manager rather than trying to remember it, and never reuse the same password across sites. A unique random password per account means a leak at one service cannot unlock the others.
For a password tool, running on-device is not a nice-to-have but a requirement: a generator that sent your new password to a server would defeat its own purpose. Here, generation is fully client-side, so the password is never transmitted, stored or logged, and you can copy it with one click.
常见问题
安全。它们由浏览器的加密安全随机生成器创建,永远不会离开你的设备。
对于大多数账户,16 个以上字符并混合多种类型即为强密码。更改选项时,强度估算会实时更新。
嵌入此工具
将此工具添加到你自己的网站。复制下方代码片段即可,它会自动保持最新。
<iframe src="https://monu.tools/embed/zh/password-generator" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相关工具
从任意文本或 URL 创建二维码。选择纠错级别、颜色和静区,然后下载为 PNG 或 SVG。一切都在浏览器中运行。
倒计时计时器和秒表二合一。为计时器设置时、分、秒,或用秒表记录计次。包含闹铃声。
用公制或英制单位,根据体重和身高计算你的身体质量指数。查看你所属的世卫组织分类、健康体重范围以及基于年龄的参考。
Estimate your basal metabolic rate, the calories your body burns at rest, with the Mifflin-St Jeor, Harris-Benedict and Katch-McArdle equations, plus your TDEE for your activity level.