Skip to main content
MakeMyPasswords

About MakeMyPasswords

MakeMyPasswords is a free collection of random generators. Passwords, dice rolls, coin flips, fake test data, shuffled lists — every result is computed locally on your device and discarded when you close the tab.

There is no database and no user account. We built it this way on purpose: the safest way to handle sensitive output is to never handle it at all.

How randomness works here

Not all randomness is the same. Tools that generate passwords, WiFi keys, or any output you might use as a secret use the browser's strong randomness — the same source your browser uses to secure websites you visit. It comes from your device itself and is not predictable.

Tools that are purely for fun — dice rolls, coin flips, name generators, decision makers — use the browser's everyday randomness. It's fast and perfectly fine for entertainment, but we never use it where security matters.

Who builds this

MakeMyPasswords is a small browser-based project for people who need quick randomness tools. The generators run in the browser, and the delivered JavaScript can be inspected with normal browser developer tools.

If something is broken or you have an idea for a new tool, send a note through the main site.

No strings attached

MakeMyPasswords is free to use. There are no accounts, paid tiers, rate-limit prompts, or feature gates.