生成強隨機密碼,可完全控制長度和字元類型。一切都在瀏覽器中完成。
如何使用 密碼產生器
選擇長度以及要包含的字元類型。
立即生成一個強密碼。根據需要調整選項。
一鍵複製。不會向任何地方傳送資料。
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-Hant/password-generator" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相關工具
從任意文字或 URL 建立 QR Code。選擇糾錯級別、顏色和靜區,然後下載為 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.