Password Generator
Generate strong random passwords entirely in your browser — nothing is ever sent to a server. Choose length (4–64), toggle lowercase/uppercase/digits/symbols, skip look-alike characters (O/0, l/1), and see the entropy rating live.
Open the password generator →Why it's actually secure
Passwords are built with crypto.getRandomValues — your browser's cryptographic random source — with rejection sampling to avoid modulo bias. A 16-character password using all sets has ~104 bits of entropy: brute-forcing it would take longer than the age of the universe on current hardware.
Password tips
Length beats complexity: 20 lowercase letters are stronger than 8 mixed symbols. Never reuse passwords across sites — one breach exposes everything. Use a password manager so you only memorize one.
More free tools
Lotamyst.net also has a password strength checker, hash generator, encoders, game lookups for Minecraft/Roblox/Steam/Discord, a CPS test and a typing test.