Password generator questions

Whether anyone can see what you generate, whether words may repeat, what to do when Copy is blocked, and whether writing a passphrase down is sensible.

Start here if you only read one answer

Nothing you generate on this page is sent anywhere. The passphrase is produced by your own browser, shown to you, and forgotten when you reload or close the tab. It is not stored, not logged, not put in the address bar and not written to the browser console. There is no account and nothing to sign into.

The one thing the page does download is the word lists themselves, which are static text files on this site — the same for every visitor and containing nothing about you. You can watch this in your browser’s network panel: generate twenty passphrases and see that not one request is made.

About the generated value

Pressing Generate replaces what is on screen. There is no history and no way to recover a previous result, which is deliberate — a list of previously generated passwords is a liability sitting in a browser tab, not a feature.

The Copy button places exactly the characters shown on your clipboard, including separators and capitalisation, with nothing added or trimmed. Long passphrases wrap on screen so the layout holds, but the wrapping is visual only and never becomes part of what you copy.

Nothing is copied automatically. The clipboard is touched only when you press the button.

What happens to what you generate

ToolAcre generates passwords locally in your browser. For highly sensitive environments, verify your browser, device and operating system are trusted before using any web-based password generator.

  • Every passphrase and password is generated in your browser tab, by your browser’s own cryptographic random number generator. No server is involved once the page has loaded.
  • Nothing generated here is sent to ToolAcre. This product’s Content-Security-Policy restricts the page to its own origin, so the browser itself blocks any attempt to send data elsewhere.
  • Nothing is written to local storage, session storage, a cookie, an in-browser database, the address bar or the browser console. Reloading discards it; closing the tab discards it.
  • There is no account, no sign-in, no analytics script and no advertising script. The only files downloaded are the static word lists.
  • No history is kept. Generating again replaces the value, and the previous one is not recoverable.

Questions

Can ToolAcre see the passphrases I generate?

No. There is no request that could carry one. The generation happens in your browser, and this product’s Content-Security-Policy restricts the page to its own origin, so the browser itself blocks any attempt to send data elsewhere. The only network activity is downloading the static word list files.

Is it safe to generate a password in a web browser at all?

For most everyday accounts, yes, provided the page generates locally and you trust the machine you are on. ToolAcre generates passwords locally in your browser. For highly sensitive environments, verify your browser, device and operating system are trusted before using any web-based password generator — a compromised device can read anything on screen regardless of how the password was produced.

Can the same word appear twice?

Yes. Each word is an independent draw from the full eligible pool, so repeats happen occasionally and are expected. Excluding them would look neater and would quietly make the result weaker than the entropy figure claims.

The Copy button says the clipboard was blocked. What now?

Browsers only allow clipboard writing in certain conditions — a secure connection, a genuine click, and the tab in focus — and some privacy settings and extensions disable it entirely. Select the passphrase and copy it by hand instead; the value on screen is exactly the value to use.

Why are the buttons disabled with a message about random numbers?

Because your browser did not provide a cryptographic random number generator, and this page will not fall back to a weaker source. A password that only looks random is worse than none, since you would trust it. Updating the browser, or opening the page in an ordinary window rather than a restricted or embedded one, usually restores it.

Are the word lists the real EFF lists?

Yes. All three are the published Electronic Frontier Foundation lists, shipped as static files with this page and used under CC BY. The long list holds 7,776 words and the two short lists hold 1,296 each. One change has been made: the EFF publishes each list with a dice-roll column beside the word, and that column has been removed. The words are unchanged.

Should I write a passphrase down?

On paper, kept somewhere only you can reach, is far better than reusing one you can remember. Better still is a reputable password manager, so every account gets a different password and you only have to remember the one that unlocks it. No vendor is recommended here.

A site rejects my passphrase for being too long or containing spaces. What should I do?

Change the separator to a hyphen or underscore, or drop a word, and generate again. Do not edit the passphrase by hand to fit — hand edits are exactly the predictable kind of change that weakens it.

Do I need a different passphrase for every account?

Yes, and this matters more than length. Reuse is what turns a single site’s breach into a problem everywhere, and no amount of entropy protects against it. This is the reason to use a password manager rather than your memory.

How often should I change my passwords?

When there is a reason: a breach notice, a shared or lost device, a suspicion that something is wrong. Changing on a schedule reliably produces weaker passwords, because people cope by incrementing a number on the end.

Does this page work offline?

Once the page and the word list you are using have loaded, generating needs no further network access. Switching to a list you have not used yet in that tab does require downloading it.

Why does the site I am signing up to call my passphrase weak?

Strength meters score the characters they can see, because they have no way to know how the password was made. Lowercase dictionary words look exactly like what those meters are built to warn about, even when the words were drawn at random and the result is far stronger than the mixed-character password the meter would praise.

Limitations

  • This page generates passwords. It does not store them, sync them, fill them in or check them against breach databases.
  • It cannot tell you whether a site stores your password safely, and it cannot protect you from a phishing page that asks for it.
  • Nothing here can defend a device that is already compromised. Malware that can read the screen can read a generated passphrase.
  • The word lists are English only — the three published EFF lists, used under CC BY with the dice-roll column removed and the words unchanged.
  • There is no history and no undo. A passphrase you did not copy before pressing Generate again is gone.

Last reviewed 2026-09-21.