Bzzdex
← Make an app

Password maker

Make a password you can actually read out loud · Tool ●●

Change these if you like

Prompt

Make a password generator that builds a few words joined together. Make it a single HTML file that opens in a browser with nothing to install and no other files. Put the CSS and JavaScript inside it. Do not use image files or any external address; use emoji or letters if you need a symbol.

Generate 4 words joined by hyphens, with a number on the end. Put about two hundred short common words directly in the code. Do not fetch a word list from anywhere.

Show the result in large text with a copy button, and a button to generate another.

Use the browser's crypto random source, not the ordinary random function. Say so on the screen in one short line, because the whole value of this tool is that the result is unpredictable.

⚠️ The password must never leave the browser. Do not send it anywhere, do not save it, and do not put it in the address bar.

When you are done, confirm nothing on the page sends the password out.

What it uses: One file only · Say what it is first · Pin down what not to do · Have it check itself

If the words are hard to type, ask it to "use only words of five letters or fewer".


Paste what came back

Also save the prompt you used (optional)

Paste what you typed into the AI. You decide later whether anyone else sees it.

0

You might also like