Password Generator

Create strong, random passwords with the length and characters you choose.

Generate a strong, unpredictable password using a cryptographically secure random source built into your browser. Nothing is stored or transmitted — the password is created locally and disappears when you close the page.

Frequently asked questions

Are these passwords safe to use?

Yes. They use crypto.getRandomValues, the browser’s secure random generator, and are created entirely on your device.

How long should my password be?

Aim for at least 12–16 characters. Longer is stronger. Enabling symbols increases strength further.

Do you save the passwords I generate?

No. There is no server involved and nothing is logged. Refreshing the page wipes everything.