- Is this password generator really free?
- Yes. There is no account, no sign-up, no paid tier and no limit on how many passwords you generate.
- Are the passwords stored anywhere?
- No. Passwords are created by your browser using the built-in Web Crypto API and are never sent to our servers, logged or saved by this page. If you copy one, it may remain in your device's clipboard or clipboard history.
- How long should my password be?
- For randomly generated passwords, 16 characters is a strong baseline and 20 is the recommended default here. For a password manager's master credential, a long memorable passphrase can be more practical than memorizing a random character string.
- Are randomly generated passwords safer than ones I invent?
- Yes. Human-chosen passwords follow predictable patterns, such as words with a capital first letter and a number at the end. Random generation removes those patterns, so attackers cannot narrow the search.
- What does 'avoid ambiguous characters' do?
- It removes characters that are easy to confuse when reading or typing a password: I, l, 1, O, 0 and similar. It slightly reduces entropy, so increase the length a little if you enable it.
- Should I use a different password for every account?
- Yes. If one site is breached, reused credentials let attackers into your other accounts automatically. A password manager makes unique passwords practical.