Password Generator

Create strong, random passwords with letters, numbers, and symbols. Generated locally using secure randomness from your browser.

Secure Password Generator

Generate strong, random passwords locally using your browser's crypto API.

Private: runs in your browser. No files are uploaded.

How to use

  1. Choose length and which character sets to include.
  2. Click Generate.
  3. Copy the result into your app or password manager.

Notes & limits

  • Use 12–20 characters for everyday accounts; 24+ for critical ones.
  • Store in a password manager; don’t reuse passwords.

FAQ

How random is it?

It uses the browser’s crypto.getRandomValues(), which is cryptographically secure.

Can I exclude confusing characters?

For now, uncheck Symbols or copy and adjust manually.

Do you save generated passwords?

No—everything is local to your device.