Password Generator
Secure random passwords with strength rating — length, character sets, exclude similar characters
Длина пароля
16Символы
💡 Используйте пароль длиной от 16 символов с разными типами символов для максимальной защиты. Энтропия от 70 бит считается практически нераскрываемой при текущих вычислительных мощностях.
How the Password Generator Works
The generator uses the browser Web Crypto API — the same standard used in banking applications and password managers. The password is created locally, is never sent anywhere and is never saved.
You control the alphabet: uppercase and lowercase letters, digits, special characters, exclusion of similar characters (0/O, l/1/I). The wider the alphabet and the longer the password — the higher the entropy and the harder to crack.
Recommended length — 16+ characters. A password with entropy 70+ bits is practically impossible to brute-force even with a GPU cluster.