Parooligeneraator
Choose length and character classes. The generator draws from the browser’s cryptographic random source when available.
See leht tõlgib ingliskeelset originaali. Arvutusmootor on sama.
Kiire vastus
It builds a string from the selected alphabet using secure randomness in the client.
Näide: 16 characters with upper, lower, digits and symbols is a common default; longer is stronger if you can store it.
Arvutused järgivad selle lehe valemit; ümardamine ja ühikud võivad muuta viimast numbrit. Käsitlege tulemust haridusliku hinnanguna.
* Hinnang. Tegelikud summad võivad eeldustest sõltuvalt erineda.
Mida see kalkulaator teeb
It builds a string from the selected alphabet using secure randomness in the client.
Kellele see on
Anyone creating a new password who wants the generation to stay on-device.
Kuidas arvutus töötab
A cryptographically strong RNG picks indices into the allowed character set until the requested length is reached.
Valem
Uniform draws from the selected alphabet. No password is derived from your name or the page URL.
Eeldused
- The browser provides crypto.getRandomValues or an equivalent.
- You store the result in a password manager.
Piirangud
- Does not check whether a password has appeared in a public breach.
- A short alphabet reduces strength even at long lengths.
Kuidas tööriista kasutada
- 1Set the length.
- 2Toggle character classes.
- 3Copy the result into a password manager — not into email.
KKK
- Do you store the password?
- Generation is client-side. We do not need the password to render the page.
- Is longer always better?
- Length helps, but a tiny character set or a reused password still fails.