Skip to main content
Toollabz

Γεννήτρια κωδικών

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

Αυτή η σελίδα μεταφράζει το αγγλικό πρωτότυπο. Η μηχανή υπολογισμού είναι η ίδια.

Αγγλική έκδοση

Γρήγορη απάντηση

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

Παράδειγμα: 16 characters with upper, lower, digits and symbols is a common default; longer is stronger if you can store it.

Οι υπολογισμοί ακολουθούν τον τύπο αυτής της σελίδας· η στρογγυλοποίηση και οι μονάδες μπορεί να αλλάξουν το τελευταίο ψηφίο. Θεωρήστε το αποτέλεσμα εκπαιδευτική εκτίμηση.

* Εκτίμηση. Τα πραγματικά ποσά μπορεί να διαφέρουν ανάλογα με τις υποθέσεις.

Τι κάνει αυτός ο υπολογιστής

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

Για ποιον είναι

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

Πώς λειτουργεί ο υπολογισμός

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

Τύπος

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

Υποθέσεις

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

Περιορισμοί

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

Πώς να χρησιμοποιήσετε το εργαλείο

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

Συχνές ερωτήσεις

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.

Σχετικά εργαλεία

Τυχαίος κωδικός στον φυλλομετρητή | Toollabz