Skip to main content
Toollabz

Generator de parole

Choose length and character classes. The generator draws from the browser’s cryptographic random source when available.

Această pagină traduce originalul în engleză. Motorul de calcul este același.

Versiunea în engleză

Răspuns rapid

It builds a string from the selected alphabet using secure randomness in the client.

Exemplu: 16 characters with upper, lower, digits and symbols is a common default; longer is stronger if you can store it.

Calculele urmează formula de pe această pagină; rotunjirea și unitățile pot schimba ultima cifră. Tratați rezultatul ca o estimare educativă.

* Estimare. Sumele reale pot varia în funcție de ipoteze.

Ce face acest calculator

It builds a string from the selected alphabet using secure randomness in the client.

Pentru cine este

Anyone creating a new password who wants the generation to stay on-device.

Cum funcționează calculul

A cryptographically strong RNG picks indices into the allowed character set until the requested length is reached.

Formulă

Uniform draws from the selected alphabet. No password is derived from your name or the page URL.

Ipoteze

  • The browser provides crypto.getRandomValues or an equivalent.
  • You store the result in a password manager.

Limitări

  • Does not check whether a password has appeared in a public breach.
  • A short alphabet reduces strength even at long lengths.

Cum folosești instrumentul

  1. 1Set the length.
  2. 2Toggle character classes.
  3. 3Copy the result into a password manager — not into email.

Întrebări frecvente

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.

Instrumente conexe

Parolă aleatoare în browser | Toollabz