All tools · Developer

Password generator

Passwords made with the cryptographic random generator in your browser. They are never sent to a server or stored.

    How to use

    1. Choose a length and the character sets. Each chosen set appears at least once.
    2. Passwords appear immediately; copy one with the button beside it.
    3. Press "Generate again" for a new set.

    Questions

    Is the password stored anywhere?

    No. It is generated inside your browser by this page and never sent or saved. Close the page and it is gone.

    How random is it?

    It uses crypto.getRandomValues and rejection sampling, so every character in the pool is equally likely.

    How long should it be?

    Strength is shown in bits of entropy. With all four sets, 16 characters give about 100 bits, plenty for online accounts.

    The site does not allow symbols.

    Turn symbols off and add a few characters to keep a similar strength.

    How do I remember it?

    Use a password manager, and do not reuse passwords across sites.

    Related tools

    All tools