Generate a truly random password (not “memorable”, not “guessable”) using your browser’s secure random generator. Choose a sensible length, include numbers/symbols, then copy the result in one tap.
The generator uses cryptographic randomness (not predictable patterns). That’s what you want for accounts, Wi-Fi, admin panels, and APIs.
Keep the password random, but remove blocked characters using the tool’s Exclude characters option, then increase length to compensate.
The full tool includes a strength checker with an estimate of crack time and practical improvement tips.
The generator runs locally and uses your browser’s cryptographic random function (crypto.getRandomValues) in the main tool.
Both can be excellent. Random passwords are great for accounts you don’t type often. Passphrases are easier to type and remember if they’re long enough.
Symbols usually help, but length matters most. If symbols cause issues, switch them off and increase length.
No passwords are uploaded. Any favourites/history features (in the tool) are stored only on your device.