Password Generator
Set your options and generate a strong, random password. Everything happens in your browser — nothing is sent anywhere or stored.
About this tool
A weak or reused password is one of the easiest ways an account gets compromised. MediaMint’s Password Generator creates a strong, genuinely random password using your browser’s built-in secure random number generator — never sent anywhere.
Questions about Password Generator
Is this actually random, or just Math.random()?+
It uses your browser’s crypto.getRandomValues() — the same cryptographically secure random source password managers use, not the weaker Math.random().
Does this password get sent anywhere or stored?+
No — it’s generated and shown right here in your browser, and never leaves your device. Closing or refreshing the page discards it completely.
Why are some similar-looking characters left out?+
By design, characters like l, 1, I, O, and 0 are excluded so a password is never ambiguous to read or type back in.