Money & metals

Live Gold Prices Live Silver Prices Currency Converter Loan & Mortgage Percentage Calculator Tip Calculator

Convert & measure

Unit Converter Age Calculator BMI Calculator Unix Timestamp

Words & text

Word Unscrambler Word Counter Case Converter

Developer

JSON Formatter Base64 Encoder Hash Generator Color Converter Password Generator

More

Numerology Calculator Guides & Resources About Tiger Tools Contact us

Password Generator

Strong, random passwords created entirely in your browser.

How to create a strong password

A strong password is long and unpredictable. This generator uses your browser’s cryptographically secure random number generator, so every password is genuinely random — and because it runs entirely on your device, nothing you generate is ever sent to us.

  • Length beats complexity. A 16+ character password is far harder to crack than a short one, even with symbols.
  • Use a unique password per site. That way one breach can’t unlock your other accounts.
  • Store them in a password manager rather than reusing or writing them down.

Why length beats complexity

Password strength is measured in entropy — bits of genuine unpredictability. Each character drawn at random from a pool of size N contributes log₂(N) bits, so entropy grows linearly with length and only logarithmically with alphabet size. Adding characters is far more effective than adding symbol types.

bits = length × log2(alphabet size) 12 chars, lower+upper+digits (62) → 71 bits 16 chars, lower only (26) → 75 bits 20 chars, full ASCII (94) → 131 bits

A sixteen-character lower-case password is stronger than a twelve-character one with all the symbol gymnastics — and much easier to type on a phone.

EntropyVerdictUse for
Under 40 bitsWeakNothing that matters
50 – 70 bitsReasonableLow-stakes accounts
80 – 100 bitsStrongEmail, banking, work accounts
Over 120 bitsOverkill by designPassword-manager master key, encryption keys

Passphrases

Four or five words chosen at random from a large list are both memorable and strong: a 7,776-word list gives about 12.9 bits per word, so six words is roughly 77 bits. The critical word is random — chosen by dice or software, not by you. Human-chosen word sequences follow grammar and association, and crackers exploit exactly that.

Habits that matter more than the password

  • Never reuse. Credential-stuffing attacks replay one leaked password across hundreds of sites. Uniqueness limits any breach to a single account.
  • Use a password manager. It removes the need to remember or invent anything, and it will not autofill on a lookalike phishing domain.
  • Turn on two-factor authentication. An app-based code or a hardware key defeats a stolen password outright. Prefer either over SMS, which is vulnerable to SIM swapping.
  • Ignore forced rotation. Current NIST guidance advises against routine expiry, which pushes people towards predictable patterns. Change a password when there is reason to believe it was exposed.
  • Treat security answers as passwords. Your mother’s maiden name is public data; store a random string in the answer field instead.

How this generator works

Passwords are produced in your browser using crypto.getRandomValues(), the platform’s cryptographically secure random source — not Math.random(). Nothing is transmitted, logged or stored, and closing the tab destroys the value.

Password generator FAQ

Are these passwords generated safely?
Yes. They are produced in your browser using the cryptographically secure crypto.getRandomValues() API, and nothing is transmitted to or stored on any server.
How long should a password be?
At least 16 characters for anything that matters. Length contributes more entropy per keystroke than adding symbol types, so a longer simple password beats a short complex one.
What is password entropy?
A measure of unpredictability in bits, calculated as length multiplied by the base-two logarithm of the alphabet size. Above roughly 80 bits a password is impractical to brute force.
Are passphrases as secure as random passwords?
They can be, provided the words are chosen randomly by software or dice rather than by you. Six random words from a large list gives roughly 77 bits of entropy.
Should I change my passwords regularly?
Current NIST guidance advises against routine expiry, because it encourages predictable variations. Change a password when you have reason to believe it has been exposed.
Is it safe to store passwords in a password manager?
For nearly everyone it is far safer than the alternative of reuse or weak passwords. A manager also refuses to autofill on lookalike phishing domains, which humans regularly fall for.

Recently used

Jump back in