Password Generator

Strength
Preset
16
6 64

How to Use

  1. Set the desired password length using the slider (8–64 characters)
  2. Select which character types to include: uppercase, lowercase, numbers, or symbols
  3. Click Generate Password to create a secure random password
  4. Click Copy to copy the password to your clipboard
  5. Click the refresh button to regenerate with the same settings

Frequently Asked Questions

How are passwords generated?

Passwords are generated using the Web Crypto API (crypto.getRandomValues), which provides cryptographically secure random numbers.

Is the generated password stored anywhere?

No. Passwords are generated locally in your browser and never sent to any server.

What makes a strong password?

A strong password is at least 12 characters long and combines uppercase letters, lowercase letters, numbers, and special symbols.