Skip to main content
One Man Army

Password Generator

Generate cryptographically random passwords in your browser.

Create strong passwords for accounts, API keys, or temporary credentials. Choose length and character sets, then generate a random password using your browser's crypto API. Nothing is stored or transmitted.

Related tools

How to use

  1. Set the password length and character types.
  2. Click Generate password.
  3. Copy the result — it is not stored anywhere.

FAQ

How random are the passwords?
They use the browser crypto.getRandomValues() API for cryptographically secure randomness.
Are generated passwords saved?
No. Passwords exist only in your browser session until you leave the page.
How long should my password be?
At least 12–16 characters for most accounts. Longer is better, especially with mixed character types.
Should I include symbols?
Yes, when the site allows it. Symbols increase entropy and make brute-force attacks harder.
Can I generate passphrases?
This tool generates random character passwords. For passphrases, use a long length with letters only or a dedicated passphrase generator.