Skip to main content
MakeMyPasswords

About MakeMyPasswords

MakeMyPasswords is a free collection of random generators that run entirely in your browser. Passwords, dice rolls, coin flips, fake test data, shuffled lists — all generated on your device, never sent to a server.

There is no backend. No database. No user accounts. When you generate a password on this site, the result exists only in your browser's memory until you copy it or close the tab. 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 rely on crypto.getRandomValues, the same cryptographically secure random number generator your browser uses for TLS connections. It draws entropy from your operating system and is not predictable.

Tools that are purely for fun — dice rolls, coin flips, name generators, decision makers — use Math.random. It's fast and perfectly fine for entertainment, but its output can theoretically be reconstructed, so we never use it where security matters.

Who builds this

MakeMyPasswords is an open project by File-Toolkits. The source code is public and you can inspect exactly how every generator works. No obfuscation, no hidden network calls.

If something is broken or you have an idea for a new tool, open an issue on GitHub. We read them all.

No strings attached

MakeMyPasswords is free to use. There are no premium tiers, no rate limits, and no feature gates. Ads may appear on the site to cover hosting costs, but they never interrupt the tool interface — you'll only see them below the fold.