Generate a password
Create a strong password of 16 to 24 characters: letters, digits, symbols. It is generated in your browser via window.crypto — nothing is sent to any server or stored anywhere.
How we protect
your password
Passwords come from window.crypto.getRandomValues — no server round-trip
The code runs right in your browser, on your device. The randomness comes from the built-in cryptographically secure generator (CSPRNG) — the same one used for encryption keys. The RouteSense server never sees or receives your password.
CSPRNG
The browser's cryptographically secure entropy source, not Math.random().
No logs, no history
Generated passwords are never stored anywhere. Close the tab and they're gone.
What makes a strong password
- Long — at least 16 characters, ideally 20+.
- Random — no words, names, dates or keyboard patterns.
- Unique — a separate password for every service.
- Stored properly — in a password manager behind a master key, not in your browser's autofill.
FAQ
How does the generator work?
The password is created right in your browser using a cryptographically secure source of randomness (window.crypto.getRandomValues). No data is ever transmitted to a server.
Why is a longer password better?
Every extra character multiplies the number of possible combinations. A 16-character password is orders of magnitude harder to crack than an 8-character one, even if the short one uses symbols.
Should I use a password manager?
Yes. Modern managers (1Password, Bitwarden, Apple Keychain) encrypt your passwords with a master key and sync them across devices. That is far safer than reusing a single password.
RouteSense protects your traffic, too
15 GB free, no card, forever.